Skip to content

Commit af69750

Browse files
committed
[TASK] Add text block content element
1 parent 5c2cb02 commit af69750

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: sk/bootstrap-text
2+
title: LLL:EXT:content_blocks_bootstrap/Resources/Private/Language/locallang.xlf:bootstrap_text.title
3+
typeName: bootstrap_text
4+
description: LLL:EXT:content_blocks_bootstrap/Resources/Private/Language/locallang.xlf:bootstrap_text.description
5+
group: content_blocks_bootstrap
6+
basics:
7+
- TYPO3/Appearance
8+
fields:
9+
- identifier: sk/bootstrap_header_palette
10+
type: Basic
11+
- identifier: bodytext
12+
useExistingField: true
13+
enableRichtext: true
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<div id="c{data.uid}">
2+
<f:render partial="Header" arguments="{_all}"/>
3+
<f:format.html>{data.bodytext}</f:format.html>
4+
</div>

0 commit comments

Comments
 (0)