We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a62b0 commit 96abdcdCopy full SHA for 96abdcd
ext_localconf.php
@@ -11,3 +11,7 @@
11
$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['formDataGroup']['tcaDatabaseRecord'][\Ssch\Typo3Encore\Form\FormDataProvider\RichtextEncoreConfiguration::class] = [
12
'depends' => [\TYPO3\CMS\Backend\Form\FormDataProvider\TcaText::class],
13
];
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