Your IP : 216.73.216.43


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-t3editor/Configuration/TCA/Overrides/
Upload File :
Current File : //var/www/surf/TYPO3/vendor/typo3/cms-t3editor/Configuration/TCA/Overrides/be_groups.php

<?php

defined('TYPO3') or die();

// Activate t3editor for be_groups TSconfig
if (is_array($GLOBALS['TCA']['be_groups']['columns']['TSconfig']['config'])) {
    $GLOBALS['TCA']['be_groups']['columns']['TSconfig']['config']['renderType'] = 't3editor';
    $GLOBALS['TCA']['be_groups']['columns']['TSconfig']['config']['format'] = 'typoscript';
}