Project

General

Profile

Feature #17858 » 20071128_tabs_tt_content.diff

Administrator Admin, 2007-11-28 01:19

View differences:

typo3/sysext/cms/ext_tables.php (working copy)
'div' => 'tt_content_div.gif',
'html' => 'tt_content_html.gif'
),
'mainpalette' => '1,15',
'mainpalette' => '15',
'thumbnail' => 'image',
'requestUpdate' => 'list_type,rte_enabled',
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_tt_content.php'
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tbl_tt_content.php',
'dividers2tabs' => true
)
);
typo3/sysext/cms/tbl_tt_content.php (working copy)
$TCA['tt_content'] = Array (
$TCA['tt_content'] = array (
'ctrl' => $TCA['tt_content']['ctrl'],
'interface' => Array (
'interface' => array (
'always_description' => 0,
'showRecordFieldList' => 'CType,header,header_link,bodytext,image,imagewidth,imageorient,media,records,colPos,starttime,endtime,fe_group'
),
'columns' => Array (
'CType' => Array (
'columns' => array (
'CType' => array (
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.type',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
'items' => array (
array('LLL:EXT:cms/locallang_ttc.xml:CType.div.standard', '--div--'),
array('LLL:EXT:cms/locallang_ttc.xml:CType.I.0', 'header', 'i/tt_content_header.gif'),
array('LLL:EXT:cms/locallang_ttc.xml:CType.I.1', 'text', 'i/tt_content.gif'),
......
'noIconsBelowSelect' => 1,
)
),
'hidden' => Array (
'hidden' => array (
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.hidden',
'config' => Array (
'config' => array (
'type' => 'check'
)
),
'starttime' => Array (
'starttime' => array (
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.starttime',
'config' => Array (
'config' => array (
'type' => 'input',
'size' => '8',
'max' => '20',
......
'default' => '0'
)
),
'endtime' => Array (
'endtime' => array (
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.endtime',
'config' => Array (
'config' => array (
'type' => 'input',
'size' => '8',
'max' => '20',
'eval' => 'date',
'checkbox' => '0',
'default' => '0',
'range' => Array (
'range' => array (
'upper' => mktime(0,0,0,12,31,2020),
)
)
),
'fe_group' => Array (
'fe_group' => array (
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.fe_group',
'config' => Array (
'config' => array (
'type' => 'select',
'size' => 5,
'maxitems' => 20,
'items' => Array (
Array('LLL:EXT:lang/locallang_general.php:LGL.hide_at_login', -1),
Array('LLL:EXT:lang/locallang_general.php:LGL.any_login', -2),
Array('LLL:EXT:lang/locallang_general.php:LGL.usergroups', '--div--')
'items' => array (
array('LLL:EXT:lang/locallang_general.php:LGL.hide_at_login', -1),
array('LLL:EXT:lang/locallang_general.php:LGL.any_login', -2),
array('LLL:EXT:lang/locallang_general.php:LGL.usergroups', '--div--')
),
'exclusiveKeys' => '-1,-2',
'foreign_table' => 'fe_groups'
)
),
'sys_language_uid' => Array (
'sys_language_uid' => array (
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.language',
'config' => Array (
'config' => array (
'type' => 'select',
'foreign_table' => 'sys_language',
'foreign_table_where' => 'ORDER BY sys_language.title',
'items' => Array(
Array('LLL:EXT:lang/locallang_general.php:LGL.allLanguages',-1),
Array('LLL:EXT:lang/locallang_general.php:LGL.default_value',0)
'items' => array(
array('LLL:EXT:lang/locallang_general.php:LGL.allLanguages',-1),
array('LLL:EXT:lang/locallang_general.php:LGL.default_value',0)
)
)
),
'l18n_parent' => Array (
'l18n_parent' => array (
'displayCond' => 'FIELD:sys_language_uid:>:0',
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.l18n_parent',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('', 0),
'items' => array (
array('', 0),
),
'foreign_table' => 'tt_content',
'foreign_table_where' => 'AND tt_content.pid=###CURRENT_PID### AND tt_content.sys_language_uid IN (-1,0)',
)
),
'layout' => Array (
'layout' => array (
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.layout',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('LLL:EXT:lang/locallang_general.php:LGL.normal', '0'),
Array('LLL:EXT:cms/locallang_ttc.php:layout.I.1', '1'),
Array('LLL:EXT:cms/locallang_ttc.php:layout.I.2', '2'),
Array('LLL:EXT:cms/locallang_ttc.php:layout.I.3', '3')
'items' => array (
array('LLL:EXT:lang/locallang_general.php:LGL.normal', '0'),
array('LLL:EXT:cms/locallang_ttc.php:layout.I.1', '1'),
array('LLL:EXT:cms/locallang_ttc.php:layout.I.2', '2'),
array('LLL:EXT:cms/locallang_ttc.php:layout.I.3', '3')
),
'default' => '0'
)
),
'colPos' => Array (
'colPos' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:colPos',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('LLL:EXT:cms/locallang_ttc.php:colPos.I.0', '1'),
Array('LLL:EXT:lang/locallang_general.php:LGL.normal', '0'),
Array('LLL:EXT:cms/locallang_ttc.php:colPos.I.2', '2'),
Array('LLL:EXT:cms/locallang_ttc.php:colPos.I.3', '3')
'items' => array (
array('LLL:EXT:cms/locallang_ttc.php:colPos.I.0', '1'),
array('LLL:EXT:lang/locallang_general.php:LGL.normal', '0'),
array('LLL:EXT:cms/locallang_ttc.php:colPos.I.2', '2'),
array('LLL:EXT:cms/locallang_ttc.php:colPos.I.3', '3')
),
'default' => '0'
)
),
'date' => Array (
'date' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:date',
'config' => Array (
'config' => array (
'type' => 'input',
'size' => '8',
'max' => '20',
......
'default' => '0'
)
),
'header' => Array (
'header' => array (
'l10n_mode' => 'prefixLangTitle',
'l10n_cat' => 'text',
'label' => 'LLL:EXT:cms/locallang_ttc.php:header',
'config' => Array (
'config' => array (
'type' => 'input',
'max' => '256'
)
),
'header_position' => Array (
'header_position' => array (
'label' => 'LLL:EXT:cms/locallang_ttc.php:header_position',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('', ''),
Array('LLL:EXT:cms/locallang_ttc.php:header_position.I.1', 'center'),
Array('LLL:EXT:cms/locallang_ttc.php:header_position.I.2', 'right'),
Array('LLL:EXT:cms/locallang_ttc.php:header_position.I.3', 'left')
'items' => array (
array('', ''),
array('LLL:EXT:cms/locallang_ttc.php:header_position.I.1', 'center'),
array('LLL:EXT:cms/locallang_ttc.php:header_position.I.2', 'right'),
array('LLL:EXT:cms/locallang_ttc.php:header_position.I.3', 'left')
),
'default' => ''
)
),
'header_link' => Array (
'header_link' => array (
'label' => 'LLL:EXT:cms/locallang_ttc.php:header_link',
'config' => Array (
'config' => array (
'type' => 'input',
'size' => '15',
'max' => '256',
'checkbox' => '',
'eval' => 'trim',
'wizards' => Array(
'wizards' => array(
'_PADDING' => 2,
'link' => Array(
'link' => array(
'type' => 'popup',
'title' => 'Link',
'icon' => 'link_popup.gif',
......
'softref' => 'typolink'
)
),
'header_layout' => Array (
'header_layout' => array (
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.type',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('LLL:EXT:lang/locallang_general.php:LGL.normal', '0'),
Array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.1', '1'),
Array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.2', '2'),
Array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.3', '3'),
Array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.4', '4'),
Array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.5', '5'),
Array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.6', '100')
'items' => array (
array('LLL:EXT:lang/locallang_general.php:LGL.normal', '0'),
array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.1', '1'),
array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.2', '2'),
array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.3', '3'),
array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.4', '4'),
array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.5', '5'),
array('LLL:EXT:cms/locallang_ttc.php:header_layout.I.6', '100')
),
'default' => '0'
)
),
'subheader' => Array (
'subheader' => array (
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.subheader',
'config' => Array (
'config' => array (
'type' => 'input',
'size' => '30',
'max' => '256',
'softref' => 'email[subst]'
)
),
'bodytext' => Array (
'bodytext' => array (
'l10n_mode' => 'prefixLangTitle',
'l10n_cat' => 'text',
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.text',
'config' => Array (
'config' => array (
'type' => 'text',
'cols' => '48',
'rows' => '5',
'wizards' => Array(
'wizards' => array(
'_PADDING' => 4,
'RTE' => Array(
'RTE' => array(
'notNewRecords' => 1,
'RTEonly' => 1,
'type' => 'script',
......
'icon' => 'wizard_rte2.gif',
'script' => 'wizard_rte.php',
),
'table' => Array(
'table' => array(
'notNewRecords' => 1,
'enableByTypeConfig' => 1,
'type' => 'script',
......
'script' => 'wizard_table.php',
'params' => array('xmlOutput' => 0)
),
'forms' => Array(
'forms' => array(
'notNewRecords' => 1,
'enableByTypeConfig' => 1,
'type' => 'script',
......
'softref' => 'typolink_tag,images,email[subst],url'
)
),
'text_align' => Array (
'text_align' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:text_align',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('', ''),
Array('LLL:EXT:cms/locallang_ttc.php:text_align.I.1', 'center'),
Array('LLL:EXT:cms/locallang_ttc.php:text_align.I.2', 'right'),
Array('LLL:EXT:cms/locallang_ttc.php:text_align.I.3', 'left')
'items' => array (
array('', ''),
array('LLL:EXT:cms/locallang_ttc.php:text_align.I.1', 'center'),
array('LLL:EXT:cms/locallang_ttc.php:text_align.I.2', 'right'),
array('LLL:EXT:cms/locallang_ttc.php:text_align.I.3', 'left')
),
'default' => ''
)
),
'text_face' => Array (
'text_face' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:text_face',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('LLL:EXT:lang/locallang_general.php:LGL.default_value', '0'),
Array('Times', '1'),
Array('Verdana', '2'),
Array('Arial', '3')
'items' => array (
array('LLL:EXT:lang/locallang_general.php:LGL.default_value', '0'),
array('Times', '1'),
array('Verdana', '2'),
array('Arial', '3')
),
'default' => '0'
)
),
'text_size' => Array (
'text_size' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:text_size',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('LLL:EXT:lang/locallang_general.php:LGL.default_value', '0'),
Array('LLL:EXT:cms/locallang_ttc.php:text_size.I.1', '1'),
Array('LLL:EXT:cms/locallang_ttc.php:text_size.I.2', '2'),
Array('LLL:EXT:cms/locallang_ttc.php:text_size.I.3', '3'),
Array('LLL:EXT:cms/locallang_ttc.php:text_size.I.4', '4'),
Array('LLL:EXT:cms/locallang_ttc.php:text_size.I.5', '5'),
Array('LLL:EXT:cms/locallang_ttc.php:text_size.I.6', '10'),
Array('LLL:EXT:cms/locallang_ttc.php:text_size.I.7', '11')
'items' => array (
array('LLL:EXT:lang/locallang_general.php:LGL.default_value', '0'),
array('LLL:EXT:cms/locallang_ttc.php:text_size.I.1', '1'),
array('LLL:EXT:cms/locallang_ttc.php:text_size.I.2', '2'),
array('LLL:EXT:cms/locallang_ttc.php:text_size.I.3', '3'),
array('LLL:EXT:cms/locallang_ttc.php:text_size.I.4', '4'),
array('LLL:EXT:cms/locallang_ttc.php:text_size.I.5', '5'),
array('LLL:EXT:cms/locallang_ttc.php:text_size.I.6', '10'),
array('LLL:EXT:cms/locallang_ttc.php:text_size.I.7', '11')
),
'default' => '0'
)
),
'text_color' => Array (
'text_color' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:text_color',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('LLL:EXT:lang/locallang_general.php:LGL.default_value', '0'),
Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.1', '1'),
Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.2', '2'),
Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.3', '200'),
Array('-----','--div--'),
Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.5', '240'),
Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.6', '241'),
Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.7', '242'),
Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.8', '243'),
Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.9', '244'),
Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.10', '245'),
Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.11', '246'),
Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.12', '247'),
Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.13', '248'),
Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.14', '249'),
Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.15', '250')
'items' => array (
array('LLL:EXT:lang/locallang_general.php:LGL.default_value', '0'),
array('LLL:EXT:cms/locallang_ttc.php:text_color.I.1', '1'),
array('LLL:EXT:cms/locallang_ttc.php:text_color.I.2', '2'),
array('LLL:EXT:cms/locallang_ttc.php:text_color.I.3', '200'),
array('-----','--div--'),
array('LLL:EXT:cms/locallang_ttc.php:text_color.I.5', '240'),
array('LLL:EXT:cms/locallang_ttc.php:text_color.I.6', '241'),
array('LLL:EXT:cms/locallang_ttc.php:text_color.I.7', '242'),
array('LLL:EXT:cms/locallang_ttc.php:text_color.I.8', '243'),
array('LLL:EXT:cms/locallang_ttc.php:text_color.I.9', '244'),
array('LLL:EXT:cms/locallang_ttc.php:text_color.I.10', '245'),
array('LLL:EXT:cms/locallang_ttc.php:text_color.I.11', '246'),
array('LLL:EXT:cms/locallang_ttc.php:text_color.I.12', '247'),
array('LLL:EXT:cms/locallang_ttc.php:text_color.I.13', '248'),
array('LLL:EXT:cms/locallang_ttc.php:text_color.I.14', '249'),
array('LLL:EXT:cms/locallang_ttc.php:text_color.I.15', '250')
),
'default' => '0'
)
),
'text_properties' => Array (
'text_properties' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:text_properties',
'config' => Array (
'config' => array (
'type' => 'check',
'items' => Array (
Array('LLL:EXT:cms/locallang_ttc.php:text_properties.I.0', ''),
Array('LLL:EXT:cms/locallang_ttc.php:text_properties.I.1', ''),
Array('LLL:EXT:cms/locallang_ttc.php:text_properties.I.2', ''),
Array('LLL:EXT:cms/locallang_ttc.php:text_properties.I.3', '')
'items' => array (
array('LLL:EXT:cms/locallang_ttc.php:text_properties.I.0', ''),
array('LLL:EXT:cms/locallang_ttc.php:text_properties.I.1', ''),
array('LLL:EXT:cms/locallang_ttc.php:text_properties.I.2', ''),
array('LLL:EXT:cms/locallang_ttc.php:text_properties.I.3', '')
),
'cols' => 4
)
),
'image' => Array (
'image' => array (
# 'l10n_mode' => 'mergeIfNotBlank',
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.images',
'config' => Array (
'config' => array (
'type' => 'group',
'internal_type' => 'file',
'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'],
......
'autoSizeMax' => 40,
)
),
'imagewidth' => Array (
'imagewidth' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:imagewidth',
'config' => Array (
'config' => array (
'type' => 'input',
'size' => '4',
'max' => '4',
'eval' => 'int',
'checkbox' => '0',
'range' => Array (
'range' => array (
'upper' => '999',
'lower' => '25'
),
'default' => 0
)
),
'imageheight' => Array (
'imageheight' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:imageheight',
'config' => Array (
'config' => array (
'type' => 'input',
'size' => '4',
'max' => '4',
'eval' => 'int',
'checkbox' => '0',
'range' => Array (
'range' => array (
'upper' => '700',
'lower' => '25'
),
'default' => 0
)
),
'imageorient' => Array (
'imageorient' => array (
'label' => 'LLL:EXT:cms/locallang_ttc.php:imageorient',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.0', 0, 'selicons/above_center.gif'),
Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.1', 1, 'selicons/above_right.gif'),
Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.2', 2, 'selicons/above_left.gif'),
Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.3', 8, 'selicons/below_center.gif'),
Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.4', 9, 'selicons/below_right.gif'),
Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.5', 10, 'selicons/below_left.gif'),
Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.6', 17, 'selicons/intext_right.gif'),
Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.7', 18, 'selicons/intext_left.gif'),
Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.8', '--div--'),
Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.9', 25, 'selicons/intext_right_nowrap.gif'),
Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.10', 26, 'selicons/intext_left_nowrap.gif')
'items' => array (
array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.0', 0, 'selicons/above_center.gif'),
array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.1', 1, 'selicons/above_right.gif'),
array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.2', 2, 'selicons/above_left.gif'),
array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.3', 8, 'selicons/below_center.gif'),
array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.4', 9, 'selicons/below_right.gif'),
array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.5', 10, 'selicons/below_left.gif'),
array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.6', 17, 'selicons/intext_right.gif'),
array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.7', 18, 'selicons/intext_left.gif'),
array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.8', '--div--'),
array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.9', 25, 'selicons/intext_right_nowrap.gif'),
array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.10', 26, 'selicons/intext_left_nowrap.gif')
),
'selicon_cols' => 6,
'default' => '8',
'iconsInOptionTags' => 1,
)
),
'imageborder' => Array (
'imageborder' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:imageborder',
'config' => Array (
'config' => array (
'type' => 'check'
)
),
'image_noRows' => Array (
'image_noRows' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:image_noRows',
'config' => Array (
'config' => array (
'type' => 'check'
)
),
'image_link' => Array (
'image_link' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:image_link',
'config' => Array (
'config' => array (
'type' => 'input',
'size' => '15',
'max' => '256',
'checkbox' => '',
'eval' => 'trim',
'wizards' => Array(
'wizards' => array(
'_PADDING' => 2,
'link' => Array(
'link' => array(
'type' => 'popup',
'title' => 'Link',
'icon' => 'link_popup.gif',
......
'softref' => 'typolink[linkList]'
)
),
'image_zoom' => Array (
'image_zoom' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:image_zoom',
'config' => Array (
'config' => array (
'type' => 'check'
)
),
'image_effects' => Array (
'image_effects' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:image_effects',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.0', 0),
Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.1', 1),
Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.2', 2),
Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.3', 3),
Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.4', 10),
Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.5', 11),
Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.6', 20),
Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.7', 23),
Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.8', 25),
Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.9', 26)
'items' => array (
array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.0', 0),
array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.1', 1),
array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.2', 2),
array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.3', 3),
array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.4', 10),
array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.5', 11),
array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.6', 20),
array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.7', 23),
array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.8', 25),
array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.9', 26)
)
)
),
'image_frames' => Array (
'image_frames' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:image_frames',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.0', 0),
Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.1', 1),
Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.2', 2),
Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.3', 3),
Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.4', 4),
Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.5', 5),
Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.6', 6),
Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.7', 7),
Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.8', 8)
'items' => array (
array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.0', 0),
array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.1', 1),
array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.2', 2),
array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.3', 3),
array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.4', 4),
array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.5', 5),
array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.6', 6),
array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.7', 7),
array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.8', 8)
)
)
),
'image_compression' => Array (
'image_compression' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:image_compression',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('LLL:EXT:lang/locallang_general.php:LGL.default_value', 0),
Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.1', 1),
Array('GIF/256', 10),
Array('GIF/128', 11),
Array('GIF/64', 12),
Array('GIF/32', 13),
Array('GIF/16', 14),
Array('GIF/8', 15),
Array('PNG', 39),
Array('PNG/256', 30),
Array('PNG/128', 31),
Array('PNG/64', 32),
Array('PNG/32', 33),
Array('PNG/16', 34),
Array('PNG/8', 35),
Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.15', 21),
Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.16', 22),
Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.17', 24),
Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.18', 26),
Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.19', 28)
'items' => array (
array('LLL:EXT:lang/locallang_general.php:LGL.default_value', 0),
array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.1', 1),
array('GIF/256', 10),
array('GIF/128', 11),
array('GIF/64', 12),
array('GIF/32', 13),
array('GIF/16', 14),
array('GIF/8', 15),
array('PNG', 39),
array('PNG/256', 30),
array('PNG/128', 31),
array('PNG/64', 32),
array('PNG/32', 33),
array('PNG/16', 34),
array('PNG/8', 35),
array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.15', 21),
array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.16', 22),
array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.17', 24),
array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.18', 26),
array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.19', 28)
)
)
),
'imagecols' => Array (
'imagecols' => array (
'label' => 'LLL:EXT:cms/locallang_ttc.php:imagecols',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('1', 0),
Array('2', 2),
Array('3', 3),
Array('4', 4),
Array('5', 5),
Array('6', 6),
Array('7', 7),
Array('8', 8)
'items' => array (
array('1', 0),
array('2', 2),
array('3', 3),
array('4', 4),
array('5', 5),
array('6', 6),
array('7', 7),
array('8', 8)
),
'default' => 0
)
),
'imagecaption' => Array (
'imagecaption' => array (
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.caption',
'config' => Array (
'config' => array (
'type' => 'text',
'cols' => '30',
'rows' => '3',
'softref' => 'typolink_tag,images,email[subst],url'
)
),
'imagecaption_position' => Array (
'imagecaption_position' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:imagecaption_position',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('', ''),
Array('LLL:EXT:cms/locallang_ttc.php:imagecaption_position.I.1', 'center'),
Array('LLL:EXT:cms/locallang_ttc.php:imagecaption_position.I.2', 'right'),
Array('LLL:EXT:cms/locallang_ttc.php:imagecaption_position.I.3', 'left')
'items' => array (
array('', ''),
array('LLL:EXT:cms/locallang_ttc.php:imagecaption_position.I.1', 'center'),
array('LLL:EXT:cms/locallang_ttc.php:imagecaption_position.I.2', 'right'),
array('LLL:EXT:cms/locallang_ttc.php:imagecaption_position.I.3', 'left')
),
'default' => ''
)
),
'altText' => Array (
'altText' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:image_altText',
'config' => Array (
'config' => array (
'type' => 'text',
'cols' => '30',
'rows' => '3'
)
),
'titleText' => Array (
'titleText' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:image_titleText',
'config' => Array (
'config' => array (
'type' => 'text',
'cols' => '30',
'rows' => '3'
)
),
'longdescURL' => Array (
'longdescURL' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:image_longdescURL',
'config' => Array (
'config' => array (
'type' => 'text',
'cols' => '30',
'rows' => '3'
)
),
'cols' => Array (
'cols' => array (
'label' => 'LLL:EXT:cms/locallang_ttc.php:cols',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('LLL:EXT:cms/locallang_ttc.php:cols.I.0', '0'),
Array('1', '1'),
Array('2', '2'),
Array('3', '3'),
Array('4', '4'),
Array('5', '5'),
Array('6', '6'),
Array('7', '7'),
Array('8', '8'),
Array('9', '9')
'items' => array (
array('LLL:EXT:cms/locallang_ttc.php:cols.I.0', '0'),
array('1', '1'),
array('2', '2'),
array('3', '3'),
array('4', '4'),
array('5', '5'),
array('6', '6'),
array('7', '7'),
array('8', '8'),
array('9', '9')
),
'default' => '0'
)
),
'pages' => Array (
'pages' => array (
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.startingpoint',
'config' => Array (
'config' => array (
'type' => 'group',
'internal_type' => 'db',
'allowed' => 'pages',
......
'show_thumbs' => '1'
)
),
'recursive' => Array (
'recursive' => array (
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.recursive',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('', '0'),
Array('LLL:EXT:cms/locallang_ttc.php:recursive.I.1', '1'),
Array('LLL:EXT:cms/locallang_ttc.php:recursive.I.2', '2'),
Array('LLL:EXT:cms/locallang_ttc.php:recursive.I.3', '3'),
Array('LLL:EXT:cms/locallang_ttc.php:recursive.I.4', '4'),
Array('LLL:EXT:cms/locallang_ttc.php:recursive.I.5', '250')
'items' => array (
array('', '0'),
array('LLL:EXT:cms/locallang_ttc.php:recursive.I.1', '1'),
array('LLL:EXT:cms/locallang_ttc.php:recursive.I.2', '2'),
array('LLL:EXT:cms/locallang_ttc.php:recursive.I.3', '3'),
array('LLL:EXT:cms/locallang_ttc.php:recursive.I.4', '4'),
array('LLL:EXT:cms/locallang_ttc.php:recursive.I.5', '250')
),
'default' => '0'
)
),
'menu_type' => Array (
'menu_type' => array (
'label' => 'LLL:EXT:cms/locallang_ttc.php:menu_type',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.0', '0'),
Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.1', '1'),
Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.2', '4'),
Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.3', '7'),
Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.4', '2'),
Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.5', '3'),
Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.6', '5'),
Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.7', '6')
'items' => array (
array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.0', '0'),
array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.1', '1'),
array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.2', '4'),
array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.3', '7'),
array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.4', '2'),
array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.5', '3'),
array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.6', '5'),
array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.7', '6')
),
'default' => '0'
)
),
'list_type' => Array (
'list_type' => array (
'label' => 'LLL:EXT:cms/locallang_ttc.php:list_type',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('','')
'items' => array (
array('','')
),
'default' => '',
'authMode' => $GLOBALS['TYPO3_CONF_VARS']['BE']['explicitADmode'],
)
),
'select_key' => Array (
'select_key' => array (
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.code',
'config' => Array (
'config' => array (
'type' => 'input',
'size' => '20',
'max' => '80',
'eval' => 'trim'
)
),
'table_bgColor' => Array (
'table_bgColor' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:table_bgColor',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('LLL:EXT:lang/locallang_general.php:LGL.default_value', '0'),
Array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.1', '1'),
Array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.2', '2'),
Array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.3', '200'),
Array('-----','--div--'),
Array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.5', '240'),
Array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.6', '241'),
Array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.7', '242'),
Array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.8', '243'),
Array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.9', '244')
'items' => array (
array('LLL:EXT:lang/locallang_general.php:LGL.default_value', '0'),
array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.1', '1'),
array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.2', '2'),
array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.3', '200'),
array('-----','--div--'),
array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.5', '240'),
array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.6', '241'),
array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.7', '242'),
array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.8', '243'),
array('LLL:EXT:cms/locallang_ttc.php:table_bgColor.I.9', '244')
),
'default' => '0'
)
),
'table_border' => Array (
'table_border' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:table_border',
'config' => Array (
'config' => array (
'type' => 'input',
'size' => '3',
'max' => '3',
'eval' => 'int',
'checkbox' => '0',
'range' => Array (
'range' => array (
'upper' => '20',
'lower' => '0'
),
'default' => 0
)
),
'table_cellspacing' => Array (
'table_cellspacing' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:table_cellspacing',
'config' => Array (
'config' => array (
'type' => 'input',
'size' => '3',
'max' => '3',
'eval' => 'int',
'checkbox' => '0',
'range' => Array (
'range' => array (
'upper' => '200',
'lower' => '0'
),
'default' => 0
)
),
'table_cellpadding' => Array (
'table_cellpadding' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:table_cellpadding',
'config' => Array (
'config' => array (
'type' => 'input',
'size' => '3',
'max' => '3',
'eval' => 'int',
'checkbox' => '0',
'range' => Array (
'range' => array (
'upper' => '200',
'lower' => '0'
),
'default' => 0
)
),
'media' => Array (
'media' => array (
'label' => 'LLL:EXT:cms/locallang_ttc.php:media',
'config' => Array (
'config' => array (
'type' => 'group',
'internal_type' => 'file',
'allowed' => '', // Must be empty for disallowed to work.
......
'minitems' => '0'
)
),
'multimedia' => Array (
'multimedia' => array (
'label' => 'LLL:EXT:cms/locallang_ttc.php:multimedia',
'config' => Array (
'config' => array (
'type' => 'group',
'internal_type' => 'file',
'allowed' => 'txt,html,htm,class,swf,swa,dcr,wav,avi,au,mov,asf,mpg,wmv,mp3',
......
'minitems' => '0'
)
),
'filelink_size' => Array (
'filelink_size' => array (
'label' => 'LLL:EXT:cms/locallang_ttc.php:filelink_size',
'config' => Array (
'config' => array (
'type' => 'check'
)
),
'records' => Array (
'records' => array (
'label' => 'LLL:EXT:cms/locallang_ttc.php:records',
'config' => Array (
'config' => array (
'type' => 'group',
'internal_type' => 'db',
'allowed' => 'tt_content',
......
'show_thumbs' => '1'
)
),
'spaceBefore' => Array (
'spaceBefore' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:spaceBefore',
'config' => Array (
'config' => array (
'type' => 'input',
'size' => '3',
'max' => '3',
'eval' => 'int',
'checkbox' => '0',
'range' => Array (
'range' => array (
'upper' => '50',
'lower' => '0'
),
'default' => 0
)
),
'spaceAfter' => Array (
'spaceAfter' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:spaceAfter',
'config' => Array (
'config' => array (
'type' => 'input',
'size' => '3',
'max' => '3',
'eval' => 'int',
'checkbox' => '0',
'range' => Array (
'range' => array (
'upper' => '50',
'lower' => '0'
),
'default' => 0
)
),
'section_frame' => Array (
'section_frame' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:section_frame',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('', '0'),
Array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.1', '1'),
Array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.2', '5'),
Array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.3', '6'),
Array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.4', '10'),
Array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.5', '11'),
Array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.6', '12'),
Array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.7', '20'),
Array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.8', '21')
'items' => array (
array('', '0'),
array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.1', '1'),
array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.2', '5'),
array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.3', '6'),
array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.4', '10'),
array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.5', '11'),
array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.6', '12'),
array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.7', '20'),
array('LLL:EXT:cms/locallang_ttc.php:section_frame.I.8', '21')
),
'default' => '0'
)
),
'splash_layout' => Array (
'splash_layout' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:splash_layout',
'config' => Array (
'config' => array (
'type' => 'select',
'items' => Array (
Array('LLL:EXT:lang/locallang_general.php:LGL.default_value', '0'),
Array('LLL:EXT:cms/locallang_ttc.php:splash_layout.I.1', '1'),
Array('LLL:EXT:cms/locallang_ttc.php:splash_layout.I.2', '2'),
Array('LLL:EXT:cms/locallang_ttc.php:splash_layout.I.3', '3'),
Array('LLL:EXT:cms/locallang_ttc.php:splash_layout.I.4', '--div--'),
Array('LLL:EXT:cms/locallang_ttc.php:splash_layout.I.5', '20'),
'items' => array (
array('LLL:EXT:lang/locallang_general.php:LGL.default_value', '0'),
array('LLL:EXT:cms/locallang_ttc.php:splash_layout.I.1', '1'),
array('LLL:EXT:cms/locallang_ttc.php:splash_layout.I.2', '2'),
array('LLL:EXT:cms/locallang_ttc.php:splash_layout.I.3', '3'),
array('LLL:EXT:cms/locallang_ttc.php:splash_layout.I.4', '--div--'),
array('LLL:EXT:cms/locallang_ttc.php:splash_layout.I.5', '20'),
),
'default' => '0'
)
),
'sectionIndex' => Array (
'sectionIndex' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:sectionIndex',
'config' => Array (
'config' => array (
'type' => 'check',
'default' => 1
)
),
'linkToTop' => Array (
'linkToTop' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:linkToTop',
'config' => Array (
'config' => array (
'type' => 'check'
)
),
'rte_enabled' => Array (
'rte_enabled' => array (
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.php:rte_enabled',
'config' => Array (
'config' => array (
'type' => 'check',
'showIfRTE' => 1
)
......
'pi_flexform' => array(
'l10n_display' => 'hideDiff',
'label' => 'LLL:EXT:cms/locallang_ttc.php:pi_flexform',
'config' => Array (
'config' => array (
'type' => 'flex',
'ds_pointerField' => 'list_type,CType',
'ds' => array(
......
)
)
),
'tx_impexp_origuid' => Array('config'=>array('type'=>'passthrough')),
'l18n_diffsource' => Array('config'=>array('type'=>'passthrough')),
't3ver_label' => Array (
'tx_impexp_origuid' => array('config'=>array('type'=>'passthrough')),
'l18n_diffsource' => array('config'=>array('type'=>'passthrough')),
't3ver_label' => array (
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.versionLabel',
'config' => Array (
'config' => array (
'type' => 'input',
'size' => '30',
'max' => '30',
)
),
),
'types' => Array (
'1' => Array('showitem' => 'CType'),
'header' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, subheader;;8'),
'text' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, bodytext;;9;richtext:rte_transform[flag=rte_enabled|mode=ts_css];3-3-3, rte_enabled, text_properties'),
'textpic' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, bodytext;;9;richtext:rte_transform[flag=rte_enabled|mode=ts_css];3-3-3, rte_enabled, text_properties, --div--, image;;;;4-4-4, imageorient;;2, imagewidth;;13,
'types' => array (
'1' => array('showitem' => 'CType'),
'header' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;;3;;2-2-2, subheader;;8,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access',
),
'text' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;;3;;2-2-2, bodytext;;9;richtext:rte_transform[flag=rte_enabled|mode=ts_css];3-3-3, rte_enabled, text_properties,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access',
),
'textpic' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;;3;;2-2-2, bodytext;;9;richtext:rte_transform[flag=rte_enabled|mode=ts_css];3-3-3, rte_enabled, text_properties,
--div--;Bilder, image;;;;4-4-4, imageorient;;2, imagewidth;;13,
--palette--;LLL:EXT:cms/locallang_ttc.php:ALT.imgLinks;7,
--palette--;LLL:EXT:cms/locallang_ttc.php:ALT.imgOptions;11,
imagecaption;;5,
altText;;;;1-1-1,titleText,longdescURL'),
'rte' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, bodytext;;;nowrap:richtext[*]:rte_transform[mode=ts_images-ts_reglinks];3-3-3'),
'image' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, image;;;;4-4-4, imageorient;;2, imagewidth;;13,
altText;;;;1-1-1,titleText,longdescURL,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access',
),
'rte' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;;3;;2-2-2, bodytext;;;nowrap:richtext[*]:rte_transform[mode=ts_images-ts_reglinks];3-3-3
'),
'image' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;;3;;2-2-2,
--div--;Bilder, image;;;;4-4-4, imageorient;;2, imagewidth;;13,
--palette--;LLL:EXT:cms/locallang_ttc.php:ALT.imgLinks;7,
--palette--;LLL:EXT:cms/locallang_ttc.php:ALT.imgOptions;11,
imagecaption;;5,
altText;;;;1-1-1,titleText,longdescURL'),
'bullets' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, layout;;;;3-3-3, bodytext;;9;nowrap, text_properties'),
'table' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, layout;;10;button;3-3-3, cols, bodytext;;9;nowrap:wizards[table], text_properties'),
'splash' => Array('showitem' => 'CType;;4;button;1-1-1, header;LLL:EXT:lang/locallang_general.php:LGL.name;;;2-2-2, splash_layout, bodytext;;;;3-3-3, image;;6'),
'uploads' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, media;;;;5-5-5,
altText;;;;1-1-1,titleText,longdescURL,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access',
),
'bullets' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;;3;;2-2-2, layout;;;;3-3-3, bodytext;;9;nowrap, text_properties,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access
'),
'table' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;;3;;2-2-2, layout;;10;button;3-3-3, cols, bodytext;;9;nowrap:wizards[table], text_properties,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access
'),
'splash' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;LLL:EXT:lang/locallang_general.php:LGL.name;;;2-2-2, splash_layout, bodytext;;;;3-3-3, image;;6,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access
'),
'uploads' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;;3;;2-2-2, media;;;;5-5-5,
select_key;LLL:EXT:cms/locallang_ttc.php:select_key.ALT.uploads,
layout;;10;button, filelink_size,
imagecaption;LLL:EXT:cms/locallang_ttc.php:imagecaption.ALT.uploads;;nowrap'),
'multimedia' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, multimedia;;;;5-5-5, bodytext;LLL:EXT:lang/locallang_general.php:LGL.parameters;;nowrap'),
'script' => Array('showitem' => 'CType;;4;button;1-1-1, header;LLL:EXT:lang/locallang_general.php:LGL.name;;;2-2-2, select_key;;;;5-5-5, pages;;12, bodytext;LLL:EXT:lang/locallang_general.php:LGL.parameters;;nowrap,
imagecaption;LLL:EXT:cms/locallang_ttc.php:imagecaption.ALT.script'),
'menu' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, menu_type;;;;5-5-5, pages'),
'mailform' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2,
imagecaption;LLL:EXT:cms/locallang_ttc.php:imagecaption.ALT.uploads;;nowrap,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access
'),
'multimedia' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;;3;;2-2-2, multimedia;;;;5-5-5, bodytext;LLL:EXT:lang/locallang_general.php:LGL.parameters;;nowrap,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access'
),
'script' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;LLL:EXT:lang/locallang_general.php:LGL.name;;;2-2-2, select_key;;;;5-5-5, pages;;12, bodytext;LLL:EXT:lang/locallang_general.php:LGL.parameters;;nowrap,
imagecaption;LLL:EXT:cms/locallang_ttc.php:imagecaption.ALT.script,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access'
),
'menu' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;;3;;2-2-2, menu_type;;;;5-5-5, pages,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access
'),
'mailform' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;;3;;2-2-2,
bodytext;LLL:EXT:cms/locallang_ttc.php:bodytext.ALT.mailform;;nowrap:wizards[forms];5-5-5,
pages;LLL:EXT:cms/locallang_ttc.php:pages.ALT.mailform,
subheader;LLL:EXT:cms/locallang_ttc.php:subheader.ALT.mailform'),
'search' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2,
pages;LLL:EXT:cms/locallang_ttc.php:pages.ALT.search;;;5-5-5'),
'login' => Array('showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2,
pages;LLL:EXT:cms/locallang_ttc.php:pages.ALT.login;;;5-5-5'),
'shortcut' => Array('showitem' => 'CType;;4;button;1-1-1, header;LLL:EXT:lang/locallang_general.php:LGL.name;;;2-2-2, records;;;;5-5-5, layout'),
'list' => Array(
'showitem' => 'CType;;4;button;1-1-1, header;;3;;2-2-2, --div--, list_type;;;;5-5-5, layout, select_key, pages;;12',
'subtype_value_field' => 'list_type',
'subtypes_excludelist' => Array(
'' => 'layout,select_key,pages', // When no plugin is selected.
'3' => 'layout',
// '4' => 'layout', // List type forum
'2' => 'layout',
'5' => 'layout',
'9' => 'layout',
'0' => 'layout',
'6' => 'layout',
'7' => 'layout',
'1' => 'layout',
'8' => 'layout',
'11' => 'layout',
'20' => 'layout',
'21' => 'layout'
)
),
'div' => Array('showitem' => 'CType;;14;button;1-1-1, header;LLL:EXT:lang/locallang_general.php:LGL.name;;;2-2-2'),
'html' => Array('showitem' => 'CType;;4;button;1-1-1, header;LLL:EXT:lang/locallang_general.php:LGL.name;;;2-2-2,
bodytext;LLL:EXT:cms/locallang_ttc.php:bodytext.ALT.html;;nowrap;3-3-3')
subheader;LLL:EXT:cms/locallang_ttc.php:subheader.ALT.mailform,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access
'),
'search' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;;3;;2-2-2,
pages;LLL:EXT:cms/locallang_ttc.php:pages.ALT.search;;;5-5-5,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access
'),
'login' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;;3;;2-2-2,
pages;LLL:EXT:cms/locallang_ttc.php:pages.ALT.login;;;5-5-5,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access
'),
'shortcut' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;LLL:EXT:lang/locallang_general.php:LGL.name;;;2-2-2, records;;;;5-5-5, layout,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access
'),
'list' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;;3;;2-2-2,list_type;;;;5-5-5, layout, select_key, pages;;12,--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access',
'subtype_value_field' => 'list_type',
'subtypes_excludelist' => array(
'' => 'layout,select_key,pages', // When no plugin is selected.
'3' => 'layout',
// '4' => 'layout', // List type forum
'2' => 'layout',
'5' => 'layout',
'9' => 'layout',
'0' => 'layout',
'6' => 'layout',
'7' => 'layout',
'1' => 'layout',
'8' => 'layout',
'11' => 'layout',
'20' => 'layout',
'21' => 'layout'
)
),
'div' => array('showitem' =>
'CType;;14;button,hidden;;1;;1-1-1, header;LLL:EXT:lang/locallang_general.php:LGL.name;;;2-2-2,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access'
),
'html' => array('showitem' =>
'CType;;4;button,hidden;;1;;1-1-1, header;LLL:EXT:lang/locallang_general.php:LGL.name;;;2-2-2,
bodytext;LLL:EXT:cms/locallang_ttc.php:bodytext.ALT.html;;nowrap;3-3-3,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access'
)
),
'palettes' => Array (
'1' => Array('showitem' => 'hidden, starttime, endtime'),
'15' => Array('showitem' => 'fe_group'),
'2' => Array('showitem' => 'imagecols, image_noRows, imageborder'),
'3' => Array('showitem' => 'header_position, header_layout, header_link, date'),
'4' => Array('showitem' => 'sys_language_uid, l18n_parent, colPos, spaceBefore, spaceAfter, section_frame, sectionIndex, linkToTop'),
'5' => Array('showitem' => 'imagecaption_position'),
'6' => Array('showitem' => 'imagewidth,image_link'),
'7' => Array('showitem' => 'image_link, image_zoom'),
'8' => Array('showitem' => 'layout'),
'9' => Array('showitem' => 'text_align,text_face,text_size,text_color'),
'10' => Array('showitem' => 'table_bgColor, table_border, table_cellspacing, table_cellpadding'),
'11' => Array('showitem' => 'image_compression, image_effects, image_frames'),
'12' => Array('showitem' => 'recursive'),
'13' => Array('showitem' => 'imageheight'),
'14' => Array('showitem' => 'sys_language_uid, l18n_parent, colPos')
'palettes' => array (
'1' => array('showitem' => 'starttime, endtime'),
'2' => array('showitem' => 'imagecols, image_noRows, imageborder'),
'3' => array('showitem' => 'header_position, header_layout, header_link, date'),
'4' => array('showitem' => 'sys_language_uid, l18n_parent, colPos, spaceBefore, spaceAfter, section_frame, sectionIndex, linkToTop'),
'5' => array('showitem' => 'imagecaption_position'),
'6' => array('showitem' => 'imagewidth,image_link'),
'7' => array('showitem' => 'image_link, image_zoom'),
'8' => array('showitem' => 'layout'),
'9' => array('showitem' => 'text_align,text_face,text_size,text_color'),
'10' => array('showitem' => 'table_bgColor, table_border, table_cellspacing, table_cellpadding'),
'11' => array('showitem' => 'image_compression, image_effects, image_frames'),
'12' => array('showitem' => 'recursive'),
'13' => array('showitem' => 'imageheight'),
'14' => array('showitem' => 'sys_language_uid, l18n_parent, colPos'),
'15' => array('showitem' => 'fe_group'),
)
);
(1-1/2)