‪TYPO3CMS  9.5
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' => 1,
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  'label' => 'LLL:EXT:extensionmanager/Resources/Private/Language/locallang_db.xlf:tx_extensionmanager_domain_model_repository.title',
20  'config' => [
21  'type' => 'input',
22  'size' => 30
23  ],
24  ],
25  'description' => [
26  'label' => 'LLL:EXT:extensionmanager/Resources/Private/Language/locallang_db.xlf:tx_extensionmanager_domain_model_repository.description',
27  'config' => [
28  'type' => 'input',
29  'size' => 30
30  ],
31  ],
32  'wsdl_url' => [
33  'label' => 'LLL:EXT:extensionmanager/Resources/Private/Language/locallang_db.xlf:tx_extensionmanager_domain_model_repository.wsdlUrl',
34  'config' => [
35  'type' => 'input',
36  'size' => 30
37  ],
38  ],
39  'mirror_list_url' => [
40  'label' => 'LLL:EXT:extensionmanager/Resources/Private/Language/locallang_db.xlf:tx_extensionmanager_domain_model_repository.mirrorListUrl',
41  'config' => [
42  'type' => 'text',
43  'cols' => 30,
44  ],
45  ],
46  'last_update' => [
47  'label' => 'LLL:EXT:extensionmanager/Resources/Private/Language/locallang_db.xlf:tx_extensionmanager_domain_model_repository.lastUpdate',
48  'config' => [
49  'type' => 'input',
50  'size' => 30,
51  ],
52  ],
53  'extension_count' => [
54  'label' => 'LLL:EXT:extensionmanager/Resources/Private/Language/locallang_db.xlf:tx_extensionmanager_domain_model_repository.extensionCount',
55  'config' => [
56  'type' => 'input',
57  'size' => 30,
58  ],
59  ],
60  ],
61  'types' => [
62  '0' => ['showitem' => 'title, description, wsdl_url, mirror_list_url, last_update, extension_count'],
63  ],
64  'palettes' => [
65  '1' => ['showitem' => ''],
66  ],
67 ];