-
Notifications
You must be signed in to change notification settings - Fork 1
/
ext_emconf.php
35 lines (34 loc) · 1.04 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
31
32
33
34
35
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "aoe_dbsequenzer".
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'AOE Database Sequenzer',
'description' => 'With this extension you can ensure different unique keys for the configured tables',
'category' => 'misc',
'author' => 'Dev-Team AOE',
'author_company' => 'AOE GmbH',
'author_email' => '[email protected]',
'shy' => '',
'dependencies' => 'extbase',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '11.1.0',
'constraints' => [
'depends' => [
'extbase' => '',
'typo3' => '11.5.0-12.4.99',
],
'conflicts' => [],
'suggests' => [],
],
'_md5_values_when_last_written' => '',
];