TYPO3 CMS  TYPO3_7-6
ext_tables.php File Reference

Go to the source code of this file.

Variables

 $GLOBALS ['PAGES_TYPES']
 
 $GLOBALS ['TBE_MODULES']
 
 $GLOBALS ['TBE_STYLES']
 
 $GLOBALS ['TBE_STYLES']['spriteIconApi']['coreSpriteImageNames']
 
 $GLOBALS ['TBE_STYLES']['spriteIconApi']['spriteIconRecordOverlayPriorities']
 
 $GLOBALS ['TBE_STYLES']['spriteIconApi']['spriteIconRecordOverlayNames']
 

Variable Documentation

◆ $GLOBALS [1/6]

$GLOBALS[ 'PAGES_TYPES']
Initial value:
= [
(string)\TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_LINK => []

$GLOBALS['PAGES_TYPES'] defines the various types of pages (field: doktype) the system can handle and what restrictions may apply to them. Here you can set the icon and especially you can define which tables are allowed on a certain pagetype (doktype) NOTE: The 'default' entry in the $GLOBALS['PAGES_TYPES'] array is the 'base' for all types, and for every type the entries simply overrides the entries in the 'default' type!

Definition at line 12 of file ext_tables.php.

◆ $GLOBALS [2/6]

$GLOBALS[ 'TBE_MODULES']
Initial value:
= [
'web' => 'list'

$TBE_MODULES contains the structure of the backend modules as they are arranged in main- and sub-modules. Every entry in this array represents a menu item on either first (key) or second level (value from list) in the left menu in the TYPO3 backend For information about adding modules to TYPO3 you should consult the documentation found in "Inside TYPO3"

Definition at line 51 of file ext_tables.php.

◆ $GLOBALS [3/6]

$GLOBALS[ 'TBE_STYLES']
Initial value:
= [
'skinImg' => []
]

$TBE_STYLES configures backend styles and colors; Basically this contains all the values that can be used to create new skins for TYPO3. For information about making skins to TYPO3 you should consult the documentation found in "Inside TYPO3"

Definition at line 115 of file ext_tables.php.

◆ $GLOBALS [4/6]

$GLOBALS[ 'TBE_STYLES'][ 'spriteIconApi'][ 'coreSpriteImageNames']

Backend sprite icon-names

Definition at line 140 of file ext_tables.php.

◆ $GLOBALS [5/6]

$GLOBALS[ 'TBE_STYLES'][ 'spriteIconApi'][ 'spriteIconRecordOverlayPriorities']
Initial value:
= [
'deleted',
'hidden',
'starttime',
'endtime',
'futureendtime',
'fe_group',
'protectedSection'
]

Definition at line 420 of file ext_tables.php.

◆ $GLOBALS [6/6]

$GLOBALS[ 'TBE_STYLES'][ 'spriteIconApi'][ 'spriteIconRecordOverlayNames']
Initial value:
= [
'hidden' => 'status-overlay-hidden'

Definition at line 430 of file ext_tables.php.