Go to the source code of this file.
Variables | |
$PAGES_TYPES | |
$TCA ['pages']['ctrl']['enablecolumns'] |
|
Initial value: t3lib_div::array_merge(array( '3' => Array( 'icon' => 'pages_link.gif' ), '4' => Array( 'icon' => 'pages_shortcut.gif' ), '5' => Array( 'icon' => 'pages_notinmenu.gif' ), '7' => Array( 'icon' => 'pages_mountpoint.gif' ), '6' => Array( 'type' => 'web', 'icon' => 'be_users_section.gif', 'allowedTables' => '*' ), '199' => Array( // TypoScript: Limit is 200. When the doktype is 200 or above, the page WILL NOT be regarded as a 'page' by TypoScript. Rather is it a system-type page 'type' => 'sys', 'icon' => 'spacer_icon.gif', ) ),$PAGES_TYPES) Definition at line 43 of file ext_tables.php. Referenced by t3lib_extMgm::allowTableOnStandardPages(), t3lib_TCEmain::checkValue(), t3lib_TCEmain::doesPageHaveUnallowedTables(), SC_db_new::isTableAllowedForThisPage(), and t3lib_TCEmain::isTableAllowedForThisPage(). |
|