Skip to content

Commit 96abdcd

Browse files
TASK: Support flexforms for encore css (#232)
1 parent 02a62b0 commit 96abdcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext_localconf.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@
1111
$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['formDataGroup']['tcaDatabaseRecord'][\Ssch\Typo3Encore\Form\FormDataProvider\RichtextEncoreConfiguration::class] = [
1212
'depends' => [\TYPO3\CMS\Backend\Form\FormDataProvider\TcaText::class],
1313
];
14+
15+
$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['formDataGroup']['flexFormSegment'][\Ssch\Typo3Encore\Form\FormDataProvider\RichtextEncoreConfiguration::class] = [
16+
'depends' => [\TYPO3\CMS\Backend\Form\FormDataProvider\TcaText::class],
17+
];

0 commit comments

Comments
 (0)