[ 'label' => $l . 'bg_variant.label', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', 'items' => [ ['label' => $l . 'bg_variant.option.none', 'value' => 'none'], ['label' => $l . 'bg_variant.option.orange', 'value' => 'orange'], ['label' => $l . 'bg_variant.option.blue', 'value' => 'blue'], ['label' => $l . 'bg_variant.option.graphite', 'value' => 'graphite'], ['label' => $l . 'bg_variant.option.midnight', 'value' => 'midnight'], ], 'default' => 'none', ], ], ]); // Register VITEC wizard group header $GLOBALS['TYPO3_CONF_VARS']['BE']['defaultPageTSconfig'] = ($GLOBALS['TYPO3_CONF_VARS']['BE']['defaultPageTSconfig'] ?? '') . "\n" . <<<'TSCONFIG' mod.wizards.newContentElement.wizardItems.vitec { header = LLL:EXT:vitec/Resources/Private/Language/locallang_containers.xlf:group.header show = * } TSCONFIG; })();