Project

General

Profile

Bug #21034 » 11924_v2.diff

Administrator Admin, 2009-09-11 12:45

View differences:

t3lib/stddb/tables.php (Arbeitskopie)
'size' => '1',
'maxitems' => '1',
'minitems' => '0',
'show_thumbs' => '1'
'show_thumbs' => '1',
'wizards' => array(
'suggest' => array(
'type' => 'suggest',
),
),
)
),
'tx_impexp_origuid' => array('config'=>array('type'=>'passthrough')),
t3lib/stddb/tbl_be.php (Arbeitskopie)
'size' => '3',
'maxitems' => '10',
'autoSizeMax' => 10,
'show_thumbs' => '1'
'show_thumbs' => '1',
'wizards' => array(
'suggest' => array(
'type' => 'suggest',
),
),
)
),
'file_mountpoints' => array(
......
'size' => '3',
'maxitems' => 20,
'autoSizeMax' => 10,
'show_thumbs' => '1'
'show_thumbs' => '1',
'wizards' => array(
'suggest' => array(
'type' => 'suggest',
),
),
)
),
'file_mountpoints' => array(
typo3/sysext/cms/ext_tables.php (Arbeitskopie)
'size' => '3',
'maxitems' => '1',
'minitems' => '0',
'show_thumbs' => '1'
)
'show_thumbs' => '1',
'wizards' => array(
'suggest' => array(
'type' => 'suggest',
),
),
),
),
'shortcut_mode' => array (
'exclude' => 1,
......
'config' => array (
'type' => 'group',
'internal_type' => 'db',
'allowed' => 'pages',
'allowed' => 'pages',
'size' => '1',
'maxitems' => '1',
'minitems' => '0',
'show_thumbs' => '1'
)
'show_thumbs' => '1',
'wizards' => array(
'suggest' => array(
'type' => 'suggest',
),
),
),
),
'mount_pid' => array (
'label' => 'LLL:EXT:cms/locallang_tca.xml:pages.mount_pid',
'config' => array (
'type' => 'group',
'internal_type' => 'db',
'allowed' => 'pages',
'allowed' => 'pages',
'size' => '1',
'maxitems' => '1',
'minitems' => '0',
'show_thumbs' => '1'
)
'show_thumbs' => '1',
'wizards' => array(
'suggest' => array(
'type' => 'suggest',
),
),
),
),
'keywords' => array (
'exclude' => 1,
typo3/sysext/cms/tbl_tt_content.php (Arbeitskopie)
'config' => Array (
'type' => 'group',
'internal_type' => 'db',
'allowed' => 'pages',
'allowed' => 'pages',
'size' => '3',
'maxitems' => '22',
'minitems' => '0',
'show_thumbs' => '1'
)
'show_thumbs' => '1',
'wizards' => array(
'suggest' => array(
'type' => 'suggest',
),
),
),
),
'recursive' => Array (
'exclude' => 1,
......
'size' => '5',
'maxitems' => '200',
'minitems' => '0',
'show_thumbs' => '1'
)
'show_thumbs' => '1',
'wizards' => array(
'suggest' => array(
'type' => 'suggest',
),
),
),
),
'spaceBefore' => Array (
'exclude' => 1,
typo3/sysext/cms/tbl_cms.php (Arbeitskopie)
'size' => '3',
'maxitems' => '1',
'minitems' => '0',
'show_thumbs' => '1'
)
'show_thumbs' => '1',
'wizards' => array(
'suggest' => array(
'type' => 'suggest',
),
),
),
),
'shortcut_mode' => array (
'exclude' => 1,
......
'size' => '1',
'maxitems' => '1',
'minitems' => '0',
'default' => ''
'default' => '',
'wizards' => array(
'suggest' => array(
'type' => 'suggest',
),
),
)
),
'include_static' => array(
......
'wizards' => array(
'_PADDING' => 4,
'_VERTICAL' => 1,
'suggest' => array(
'type' => 'suggest',
),
'edit' => array(
'type' => 'popup',
'title' => 'Edit template',
(2-2/2)