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