File tree Expand file tree Collapse file tree 5 files changed +27
-23
lines changed
Expand file tree Collapse file tree 5 files changed +27
-23
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 1+ name : b13/codeblock
2+ label : b13 codeblock element configuration
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments