|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Variables | |
| if(TYPO3_MODE=='BE') | $TCA ['sys_workspace'] |
| if (TYPO3_MODE=='BE') $TCA['sys_workspace'] |
array(
'ctrl' => array(
'label' => 'title',
'tstamp' => 'tstamp',
'title' => 'LLL:EXT:lang/locallang_tca.php:sys_workspace',
'adminOnly' => 1,
'rootLevel' => 1,
'delete' => 'deleted',
'iconfile' => 'sys_workspace.png',
'typeicon_classes' => array(
'default' => 'mimetypes-x-sys_workspace'
),
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY) . 'tca.php',
'versioningWS_alwaysAllowLiveEdit' => true,
'dividers2tabs' => true
)
)
Table "sys_workspace":
Definition at line 21 of file ext_tables.php.
1.8.0