Skip to content

Commit

Permalink
TASK: Support flexforms for encore css
Browse files Browse the repository at this point in the history
Resolves: #195
  • Loading branch information
sabbelasichon committed Oct 20, 2024
1 parent 02a62b0 commit fc473fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['formDataGroup']['tcaDatabaseRecord'][\Ssch\Typo3Encore\Form\FormDataProvider\RichtextEncoreConfiguration::class] = [
'depends' => [\TYPO3\CMS\Backend\Form\FormDataProvider\TcaText::class],
];

$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['formDataGroup']['flexFormSegment'][\Ssch\Typo3Encore\Form\FormDataProvider\RichtextEncoreConfiguration::class] = [
'depends' => [\TYPO3\CMS\Backend\Form\FormDataProvider\TcaText::class],
];

0 comments on commit fc473fe

Please sign in to comment.