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