Skip to content

Commit 7dd87bb

Browse files
committed
[TASK] Add site set configuration for TYPO3 13+
1 parent c15935f commit 7dd87bb

File tree

5 files changed

+27
-23
lines changed

5 files changed

+27
-23
lines changed
Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
mod.wizards.newContentElement {
2-
wizardItems {
3-
common.elements.codeblock {
4-
title = LLL:EXT:codeblock/Resources/Private/Language/locallang_db.xlf:tt_content.CType
5-
description = LLL:EXT:codeblock/Resources/Private/Language/locallang_db.xlf:tt_content.wizard.description
6-
tt_content_defValues.CType = codeblock
7-
iconIdentifier = content-codeblock
8-
}
9-
common.show := addToList(codeblock)
10-
}
11-
}
1+
@import 'EXT:codeblock/Configuration/Sets/codeblock/page.tsconfig'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: b13/codeblock
2+
label: b13 codeblock element configuration
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
mod.wizards.newContentElement {
2+
wizardItems {
3+
common.elements.codeblock {
4+
title = LLL:EXT:codeblock/Resources/Private/Language/locallang_db.xlf:tt_content.CType
5+
description = LLL:EXT:codeblock/Resources/Private/Language/locallang_db.xlf:tt_content.wizard.description
6+
tt_content_defValues.CType = codeblock
7+
iconIdentifier = content-codeblock
8+
}
9+
common.show := addToList(codeblock)
10+
}
11+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
tt_content.codeblock =< lib.contentElement
2+
tt_content.codeblock {
3+
templateName = Codeblock
4+
5+
templateRootPaths.0 = EXT:codeblock/Resources/Private/Templates
6+
7+
dataProcessing.1567071612 = B13\Codeblock\DataProcessing\HighlightProcessor
8+
dataProcessing.1567071612 {
9+
field = bodytext
10+
as = bodytext_formatted
11+
}
12+
}
Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1 @@
1-
tt_content.codeblock =< lib.contentElement
2-
tt_content.codeblock {
3-
templateName = Codeblock
4-
5-
templateRootPaths.0 = EXT:codeblock/Resources/Private/Templates
6-
7-
dataProcessing.1567071612 = B13\Codeblock\DataProcessing\HighlightProcessor
8-
dataProcessing.1567071612 {
9-
field = bodytext
10-
as = bodytext_formatted
11-
}
12-
}
1+
@import 'EXT:codeblock/Configuration/Sets/codeblock/setup.typoscript'

0 commit comments

Comments
 (0)