TYPO3 CMS  TYPO3_6-2
tx_extensionmanager_domain_model_repository.php
Go to the documentation of this file.
1 <?php
2 return array(
3  'ctrl' => array(
4  'title' => 'LLL:EXT:extensionmanager/Resources/Private/Language/locallang_db.xlf:tx_extensionmanager_domain_model_repository',
5  'label' => 'uid',
6  'default_sortby' => '',
7  'hideTable' => TRUE,
8  'rootLevel' => TRUE,
9  'adminOnly' => TRUE,
10  'typeicon_classes' => array(
11  'default' => 'empty-icon'
12  )
13  ),
14  'interface' => array(
15  'showRecordFieldList' => 'title,description,wsdl_url_mirror_list_url,last_update,extension_count'
16  ),
17  'columns' => array(
18  'title' => array(
19  'exclude' => 0,
20  'label' => 'LLL:EXT:extensionmanager/Resources/Private/locallang_db.xlf:tx_extensionmanager_domain_model_repository.title',
21  'config' => array(
22  'type' => 'input',
23  'size' => '30'
24  ),
25  ),
26  'description' => array(
27  'exclude' => 0,
28  'label' => 'LLL:EXT:extensionmanager/Resources/Private/locallang_db.xlf:tx_extensionmanager_domain_model_repository.description',
29  'config' => array(
30  'type' => 'input',
31  'size' => '30'
32  ),
33  ),
34  'wsdl_url' => array(
35  'exclude' => 0,
36  'label' => 'LLL:EXT:extensionmanager/Resources/Private/locallang_db.xlf:tx_extensionmanager_domain_model_repository.wsdlUrl',
37  'config' => array(
38  'type' => 'input',
39  'size' => '30'
40  ),
41  ),
42  'mirror_list_url' => array(
43  'exclude' => 0,
44  'label' => 'LLL:EXT:extensionmanager/Resources/Private/locallang_db.xlf:tx_extensionmanager_domain_model_repository.mirrorListUrl',
45  'config' => array(
46  'type' => 'text',
47  'cols' => '30',
48  ),
49  ),
50  'last_update' => array(
51  'exclude' => 0,
52  'label' => 'LLL:EXT:extensionmanager/Resources/Private/locallang_db.xlf:tx_extensionmanager_domain_model_repository.lastUpdate',
53  'config' => array(
54  'type' => 'input',
55  'size' => '30',
56  ),
57  ),
58  'extension_count' => array(
59  'exclude' => 0,
60  'label' => 'LLL:EXT:extensionmanager/Resources/Private/locallang_db.xlf:tx_extensionmanager_domain_model_repository.extensionCount',
61  'config' => array(
62  'type' => 'input',
63  'size' => '30',
64  ),
65  ),
66  ),
67  'types' => array(
68  '0' => array('showitem' => 'title;;;;1-1-1, description;;;;1-1-1, wsdl_url, mirror_list_url, last_update, extension_count'),
69  ),
70  'palettes' => array(
71  '1' => array('showitem' => ''),
72  ),
73 );