Feature #24567 ยป workspace_permissions.diff
typo3_src-4.4/typo3/sysext/version/tca.php 2011-01-14 11:15:44.000000000 +0100 | ||
---|---|---|
'ctrl' => $TCA['sys_workspace']['ctrl'],
|
||
'columns' => array(
|
||
'title' => array(
|
||
'exclude' => 1,
|
||
'label' => 'LLL:EXT:lang/locallang_general.xml:LGL.title',
|
||
'config' => array(
|
||
'type' => 'input',
|
||
... | ... | |
)
|
||
),
|
||
'description' => array(
|
||
'exclude' => 1,
|
||
'label' => 'LLL:EXT:lang/locallang_general.xml:LGL.description',
|
||
'config' => array(
|
||
'type' => 'text',
|
||
... | ... | |
)
|
||
),
|
||
'adminusers' => array(
|
||
'exclude' => 1,
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:sys_workspace.adminusers',
|
||
'config' => array(
|
||
'type' => 'group',
|
||
... | ... | |
)
|
||
),
|
||
'members' => array(
|
||
'exclude' => 1,
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:sys_workspace.members',
|
||
'config' => array(
|
||
'type' => 'group',
|
||
... | ... | |
)
|
||
),
|
||
'reviewers' => array(
|
||
'exclude' => 1,
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:sys_workspace.reviewers',
|
||
'config' => array(
|
||
'type' => 'group',
|
||
... | ... | |
)
|
||
),
|
||
'db_mountpoints' => array(
|
||
'exclude' => 1,
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:db_mountpoints',
|
||
'config' => array(
|
||
'type' => 'group',
|
||
... | ... | |
)
|
||
),
|
||
'file_mountpoints' => array(
|
||
'exclude' => 1,
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:file_mountpoints',
|
||
'config' => array(
|
||
'type' => 'select',
|
||
... | ... | |
)
|
||
),
|
||
'publish_time' => array(
|
||
'exclude' => 1,
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:sys_workspace.publish_time',
|
||
'config' => array(
|
||
'type' => 'input',
|
||
... | ... | |
)
|
||
),
|
||
'unpublish_time' => array(
|
||
'exclude' => 1,
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:sys_workspace.unpublish_time',
|
||
'config' => array(
|
||
'type' => 'input',
|
||
... | ... | |
)
|
||
),
|
||
'freeze' => array(
|
||
'exclude' => 1,
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:sys_workspace.freeze',
|
||
'config' => array(
|
||
'type' => 'check',
|
||
... | ... | |
)
|
||
),
|
||
'live_edit' => array(
|
||
'exclude' => 1,
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:sys_workspace.live_edit',
|
||
'config' => array(
|
||
'type' => 'check',
|
||
... | ... | |
)
|
||
),
|
||
'review_stage_edit' => array(
|
||
'exclude' => 1,
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:sys_workspace.review_stage_edit',
|
||
'config' => array(
|
||
'type' => 'check',
|
||
... | ... | |
)
|
||
),
|
||
'disable_autocreate' => array(
|
||
'exclude' => 1,
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:sys_workspace.disable_autocreate',
|
||
'config' => array(
|
||
'type' => 'check',
|
||
... | ... | |
)
|
||
),
|
||
'swap_modes' => array(
|
||
'exclude' => 1,
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:sys_workspace.swap_modes',
|
||
'config' => array(
|
||
'type' => 'select',
|
||
... | ... | |
)
|
||
),
|
||
'vtypes' => array(
|
||
'exclude' => 1,
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:sys_workspace.vtypes',
|
||
'config' => array(
|
||
'type' => 'check',
|
||
... | ... | |
)
|
||
),
|
||
'publish_access' => array(
|
||
'exclude' => 1,
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:sys_workspace.publish_access',
|
||
'config' => array(
|
||
'type' => 'check',
|
||
... | ... | |
)
|
||
),
|
||
'stagechg_notification' => array(
|
||
'exclude' => 1,
|
||
'label' => 'LLL:EXT:lang/locallang_tca.xml:sys_workspace.stagechg_notification',
|
||
'config' => array(
|
||
'type' => 'select',
|