-
Notifications
You must be signed in to change notification settings - Fork 1
/
ext_emconf.php
30 lines (30 loc) · 1.13 KB
/
ext_emconf.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
$EM_CONF['sudhaus7_gpgadmin'] = [
'title' => '(Sudhaus7) PGP/GPG/OpenPGP Finisher',
'description' => 'ext:form Finisher and Library to add OpenPGP support to TYPO3',
'category' => 'be',
'shy' => 0,
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 1,
'lockType' => '',
'author' => 'Sudhaus7',
'author_email' => 'fberger@sudhaus7.de',
'author_company' => 'Sudhaus 7',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'version' => '4.0.1',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-12.4.99'
]
],
'suggests' => [],
];