‪TYPO3CMS  11.5
pages.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 defined('TYPO3') or die();
6 
7 // Show copied pages records in frontend request
8 ‪$GLOBALS['TCA']['pages']['ctrl']['hideAtCopy'] = false;
‪$GLOBALS
‪$GLOBALS['TCA']['pages']['ctrl']['hideAtCopy']
Definition: pages.php:8