TYPO3 API  SVNRelease
Variables
ext_tables.php File Reference

Go to the source code of this file.

Variables

if(!defined('TYPO3_MODE')) if(TYPO3_MODE==
'BE'&&!(TYPO3_REQUESTTYPE
&TYPO3_REQUESTTYPE_INSTALL)) 
$TCA ['sys_workspace']
 $TCA ['sys_workspace_stage']
 $icons

Variable Documentation

$icons
Initial value:
 array(
    'sendtonextstage' => t3lib_extMgm::extRelPath($_EXTKEY) . 'Resources/Public/Images/version-workspace-sendtonextstage.png',
    'sendtoprevstage' => t3lib_extMgm::extRelPath($_EXTKEY) . 'Resources/Public/Images/version-workspace-sendtoprevstage.png',
    'generatepreviewlink' => t3lib_extMgm::extRelPath($_EXTKEY) . 'Resources/Public/Images/generate-ws-preview-link.png',
)

Definition at line 84 of file ext_tables.php.

Referenced by t3lib_SpriteManagerTest\addSingleIconsWithEmptyValueSetsArrayKey(), t3lib_SpriteManagerTest\addSingleIconsWithEmptyValueSetsImagePathValue(), t3lib_SpriteManagerTest\addSingleIconsWithNormalValueSetsArrayKey(), t3lib_SpriteManagerTest\addSingleIconsWithNormalValueSetsImagePathValue(), local_beUserAuth\ext_printOverview(), t3lib_spritemanager_SpriteGenerator\getFolder(), and tx_cms_layout\tt_content_drawColHeader().

if (!defined('TYPO3_MODE')) if (TYPO3_MODE== 'BE'&&!(TYPO3_REQUESTTYPE &TYPO3_REQUESTTYPE_INSTALL)) $TCA['sys_workspace']
Initial value:
 array(
    'ctrl' => array(
        'label' => 'title',
        'tstamp' => 'tstamp',
        'title' => 'LLL:EXT:lang/locallang_tca.xml: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":

Registers a Backend Module

Definition at line 43 of file ext_tables.php.

$TCA['sys_workspace_stage']
Initial value:
 array(
    'ctrl' => array(
        'label' => 'title',
        'tstamp' => 'tstamp',
        'sortby' => 'sorting',
        'title' => 'LLL:EXT:workspaces/Resources/Private/Language/locallang_db.xml:sys_workspace_stage',
        '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,
    )
)

Table "sys_workspace_stage": Defines single custom stages which are related to sys_workspace table to create complex working processes This is only the 'header' part (ctrl). The full configuration is found in t3lib/stddb/tbl_be.php

Definition at line 66 of file ext_tables.php.