| Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-t3editor/Configuration/TCA/Overrides/ |
| Current File : //var/www/surf/TYPO3/vendor/typo3/cms-t3editor/Configuration/TCA/Overrides/pages.php |
<?php
defined('TYPO3') or die();
// Activate t3editor for pages TSconfig
if (is_array($GLOBALS['TCA']['pages']['columns']['TSconfig']['config'])) {
$GLOBALS['TCA']['pages']['columns']['TSconfig']['config']['renderType'] = 't3editor';
$GLOBALS['TCA']['pages']['columns']['TSconfig']['config']['format'] = 'typoscript';
}