Skip to content

Commit

Permalink
[FEATURE] register renderTypes
Browse files Browse the repository at this point in the history
Signed-off-by: Kay Strobach <[email protected]>
  • Loading branch information
kaystrobach committed Oct 19, 2022
1 parent e59b3e5 commit d00bed7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,15 @@
'priority' => '70',
'class' => \KayStrobach\Themes\Tca\ContentResponsive::class
];

$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['nodeRegistry'][1632667598] = [
'nodeName' => 'ThemesContentColumnSettings',
'priority' => '70',
'class' => \KayStrobach\Themes\Tca\ContentColumnSettings::class
];

$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['nodeRegistry'][1632667599] = [
'nodeName' => 'ThemesContentEnforceEqualColumnHeight',
'priority' => '70',
'class' => \KayStrobach\Themes\Tca\ContentEnforceEqualColumnHeight::class
];

0 comments on commit d00bed7

Please sign in to comment.