‪TYPO3CMS  9.5
pages.php
Go to the documentation of this file.
1 <?php
2 defined('TYPO3_MODE') or die();
3 
4 // Activate t3editor for sys_template config
5 if (is_array(‪$GLOBALS['TCA']['pages']['columns']['TSconfig']['config'])) {
6  ‪$GLOBALS['TCA']['pages']['columns']['TSconfig']['config']['renderType'] = 't3editor';
7  ‪$GLOBALS['TCA']['pages']['columns']['TSconfig']['config']['format'] = 'typoscript';
8 }
‪$GLOBALS
‪$GLOBALS['TCA']['pages']['ctrl']['hideAtCopy']
Definition: pages.php:4