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