|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Variables | |
| $TCA ['tt_content'] | |
| $TCA ['fe_users'] | |
| $TCA ['fe_groups'] | |
| $TCA ['sys_domain'] | |
| $TCA ['pages_language_overlay'] | |
| $TCA ['sys_template'] | |
| $TCA ['backend_layout'] | |
| $TCA['tt_content'] |
Definition at line 33 of file ext_tables.php.
| $TCA['fe_users'] |
array (
'ctrl' => array (
'label' => 'username',
'tstamp' => 'tstamp',
'crdate' => 'crdate',
'cruser_id' => 'cruser_id',
'fe_cruser_id' => 'fe_cruser_id',
'title' => 'LLL:EXT:cms/locallang_tca.xml:fe_users',
'delete' => 'deleted',
'enablecolumns' => array (
'disabled' => 'disable',
'starttime' => 'starttime',
'endtime' => 'endtime'
),
'typeicon_classes' => array(
'default' => 'status-user-frontend',
),
'useColumnsForDefaultValues' => 'usergroup,lockToDomain,disable,starttime,endtime',
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_cms.php',
'dividers2tabs' => 1
),
'feInterface' => array (
'fe_admin_fieldList' => 'username,password,usergroup,name,address,telephone,fax,email,title,zip,city,country,www,company',
)
)
Definition at line 114 of file ext_tables.php.
| $TCA['fe_groups'] |
array (
'ctrl' => array (
'label' => 'title',
'tstamp' => 'tstamp',
'crdate' => 'crdate',
'cruser_id' => 'cruser_id',
'delete' => 'deleted',
'prependAtCopy' => 'LLL:EXT:lang/locallang_general.xml:LGL.prependAtCopy',
'enablecolumns' => array (
'disabled' => 'hidden'
),
'title' => 'LLL:EXT:cms/locallang_tca.xml:fe_groups',
'typeicon_classes' => array(
'default' => 'status-user-group-frontend',
),
'useColumnsForDefaultValues' => 'lockToDomain',
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_cms.php',
'dividers2tabs' => 1
)
)
Definition at line 143 of file ext_tables.php.
| $TCA['sys_domain'] |
array (
'ctrl' => array (
'label' => 'domainName',
'tstamp' => 'tstamp',
'crdate' => 'crdate',
'cruser_id' => 'cruser_id',
'sortby' => 'sorting',
'title' => 'LLL:EXT:cms/locallang_tca.xml:sys_domain',
'iconfile' => 'domain.gif',
'enablecolumns' => array (
'disabled' => 'hidden'
),
'typeicon_classes' => array(
'default' => 'mimetypes-x-content-domain',
),
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_cms.php'
)
)
Definition at line 167 of file ext_tables.php.
| $TCA['pages_language_overlay'] |
Definition at line 189 of file ext_tables.php.
| $TCA['sys_template'] |
Definition at line 225 of file ext_tables.php.
| $TCA['backend_layout'] |
array (
'ctrl' => array (
'title' => 'LLL:EXT:cms/locallang_tca.xml:backend_layout',
'label' => 'title',
'tstamp' => 'tstamp',
'crdate' => 'crdate',
'cruser_id' => 'cruser_id',
'versioningWS' => TRUE,
'origUid' => 't3_origuid',
'sortby' => 'sorting',
'delete' => 'deleted',
'enablecolumns' => array (
'disabled' => 'hidden',
),
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_cms.php',
'iconfile' => 'backend_layout.gif',
'selicon_field' => 'icon',
'selicon_field_path' => 'uploads/media',
'thumbnail' => 'resources',
)
)
Definition at line 262 of file ext_tables.php.
1.7.5.1