‪TYPO3CMS  10.4
ext_tables.php File Reference

Go to the source code of this file.

Variables

 $GLOBALS ['PAGES_TYPES']
 
 $GLOBALS ['TBE_MODULES']['web'] = 'list'
 
 $GLOBALS ['TBE_STYLES'] = []
 

Variable Documentation

◆ $GLOBALS [1/3]

$GLOBALS[ 'PAGES_TYPES']
Initial value:
= [
(string)\‪TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_BE_USER_SECTION => [
'allowedTables' => '*'
],
'allowedTables' => '*'
],
(string)\‪TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_RECYCLER => [
'allowedTables' => '*'
],
'default' => [
'allowedTables' => 'pages,sys_category,sys_file_reference,sys_file_collection',
'onlyAllowedTables' => false
],
]

$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 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/3]

$GLOBALS[ 'TBE_MODULES'][ 'web'] = 'list'

Definition at line 51 of file ext_tables.php.

◆ $GLOBALS [3/3]

$GLOBALS[ 'TBE_STYLES'] = []

$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 at https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/Configuration/GlobalVariables.html#confval-TBE_STYLES

Definition at line 132 of file ext_tables.php.

‪TYPO3
‪TYPO3\CMS\Core\Domain\Repository\PageRepository\DOKTYPE_SYSFOLDER
‪const DOKTYPE_SYSFOLDER
Definition: PageRepository.php:109