TYPO3 CMS  TYPO3_6-2
tx_impexpgroupfiles_item.php
Go to the documentation of this file.
1 <?php
2 if (!defined ('TYPO3_MODE')) {
3  die ('Access denied.');
4 }
5 
6 return array(
7  'ctrl' => array(
8  'title' => 'LLL:EXT:impexp_group_files/Resources/Private/Language/locallang_db.xlf:tx_impexpgroupfiles_item',
9  'label' => 'title',
10  'tstamp' => 'tstamp',
11  'crdate' => 'crdate',
12  'cruser_id' => 'cruser_id',
13  'dividers2tabs' => TRUE,
14  'sortby' => 'sorting',
15 
16  'versioningWS' => 2,
17  'versioning_followPages' => TRUE,
18 
19  'origUid' => 't3_origuid',
20 
21  'delete' => 'deleted',
22  'enablecolumns' => array(
23  'disabled' => 'hidden',
24  'starttime' => 'starttime',
25  'endtime' => 'endtime',
26  ),
27  'searchFields' => 'price,currency,symbol,',
28  'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath('impexp_group_files') . 'Resources/Public/Icons/icon_tx_impexpgroupfiles_item.gif'
29  ),
30  'interface' => array(
31  'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, title, images, image_references, flexform',
32  ),
33  'types' => array(
34  '1' => array('showitem' => 'hidden, title, images, image_references, flexform, --div--;LLL:EXT:cms/locallang_ttc.xlf:tabs.access,starttime, endtime'),
35  ),
36  'palettes' => array(
37  '1' => array('showitem' => ''),
38  ),
39  'columns' => array(
40 
41  't3ver_label' => array(
42  'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel',
43  'config' => array(
44  'type' => 'input',
45  'size' => 30,
46  'max' => 255,
47  )
48  ),
49 
50  'hidden' => array(
51  'exclude' => 1,
52  'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden',
53  'config' => array(
54  'type' => 'check',
55  ),
56  ),
57  'starttime' => array(
58  'exclude' => 1,
59  'l10n_mode' => 'mergeIfNotBlank',
60  'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime',
61  'config' => array(
62  'type' => 'input',
63  'size' => 13,
64  'max' => 20,
65  'eval' => 'datetime',
66  'checkbox' => 0,
67  'default' => 0,
68  'range' => array(
69  'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y'))
70  ),
71  ),
72  ),
73  'endtime' => array(
74  'exclude' => 1,
75  'l10n_mode' => 'mergeIfNotBlank',
76  'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime',
77  'config' => array(
78  'type' => 'input',
79  'size' => 13,
80  'max' => 20,
81  'eval' => 'datetime',
82  'checkbox' => 0,
83  'default' => 0,
84  'range' => array(
85  'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y'))
86  ),
87  ),
88  ),
89  'title' => array(
90  'label' => 'LLL:EXT:impexp_group_files/Resources/Private/Language/locallang_db.xml:tx_impexpgroupfiles_item_title',
91  'config' => array(
92  'type' => 'input',
93  'size' => 30,
94  'max' => 255,
95  'eval' => 'required'
96  )
97  ),
98  'images' => array(
99  'exclude' => 0,
100  'label' => 'LLL:EXT:impexp_group_files/Resources/Private/Language/locallang_db.xml:tx_impexpgroupfiles_item_images',
101  'config' => array(
102  'type' => 'group',
103  'internal_type' => 'file',
104  'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'],
105  'disallowed' => 'php',
106  'max_size' => $GLOBALS['TYPO3_CONF_VARS']['BE']['maxFileSize'],
107  'uploadfolder' => 'uploads/tx_impexpgroupfiles',
108  'size' => 5,
109  'maxitems' => 5,
110  'show_thumbs' => 1,
111  ),
112  ),
113  'image_references' => array(
114  'exclude' => 0,
115  'label' => 'LLL:EXT:impexp_group_files/Resources/Private/Language/locallang_db.xml:tx_impexpgroupfiles_item_image_references',
116  'config' => array(
117  'type' => 'group',
118  'internal_type' => 'file_reference',
119  'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'],
120  'disallowed' => 'php',
121  'max_size' => $GLOBALS['TYPO3_CONF_VARS']['BE']['maxFileSize'],
122  'size' => 5,
123  'maxitems' => 5,
124  'show_thumbs' => 1,
125  ),
126  ),
127  'flexform' => array(
128  'label' => 'LLL:EXT:impexp_group_files/Resources/Private/Language/locallang_db.xml:tx_impexpgroupfiles_item_flexform',
129  'config' => array(
130  'type' => 'flex',
131  'ds' => array(
132  'default' => '<T3DataStructure>
133  <meta>
134  <langDisable>1</langDisable>
135  </meta>
136  <sheets>
137  <sDEF>
138  <ROOT>
139  <TCEforms>
140  <sheetTitle>Default</sheetTitle>
141  </TCEforms>
142  <type>array</type>
143  <el>
144  <link>
145  <TCEforms>
146  <label>Link</label>
147  <config>
148  <type>input</type>
149  <size>50</size>
150  <max>256</max>
151  <eval>trim</eval>
152  <softref>typolink</softref>
153  <wizards type="array">
154  <_PADDING type="integer">2</_PADDING>
155  <link type="array">
156  <type>popup</type>
157  <title>Link</title>
158  <icon>link_popup.gif</icon>
159  <module type="array">
160  <name>wizard_element_browser</name>
161  <urlParameters type="array">
162  <mode>wizard</mode>
163  </urlParameters>
164  </module>
165  <JSopenParams>height=300,width=500,status=0,menubar=0,scrollbars=1</JSopenParams>
166  </link>
167  </wizards>
168  </config>
169  </TCEforms>
170  </link>
171  <images>
172  <TCEforms>
173  <label>Images</label>
174  <config>
175  <type>group</type>
176  <internal_type>file</internal_type>
177  <allowed>' . $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'] . '</allowed>
178  <disallowed>php</disallowed>
179  <max_size>' . $GLOBALS['TYPO3_CONF_VARS']['BE']['maxFileSize'] . '</max_size>
180  <uploadfolder>uploads/tx_impexpgroupfiles</uploadfolder>
181  <size>5</size>
182  <maxitems>5</maxitems>
183  <show_thumbs>1</show_thumbs>
184  </config>
185  </TCEforms>
186  </images>
187  <image_references>
188  <TCEforms>
189  <label>Image References</label>
190  <config>
191  <type>group</type>
192  <internal_type>file_reference</internal_type>
193  <allowed>' . $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'] . '</allowed>
194  <disallowed>php</disallowed>
195  <max_size>' . $GLOBALS['TYPO3_CONF_VARS']['BE']['maxFileSize'] . '</max_size>
196  <uploadfolder>uploads/tx_impexpgroupfiles</uploadfolder>
197  <size>5</size>
198  <maxitems>5</maxitems>
199  <show_thumbs>1</show_thumbs>
200  </config>
201  </TCEforms>
202  </image_references>
203  </el>
204  </ROOT>
205  </sDEF>
206  </sheets>
207  </T3DataStructure>'
208  )
209  )
210  ),
211  ),
212 );
die
Definition: index.php:6
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]