-
Notifications
You must be signed in to change notification settings - Fork 14
/
ext_emconf.php
33 lines (31 loc) · 1.02 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "a21glossary".
*
* Auto generated 08-04-2014 13:08
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF['a21glossary'] = [
'title' => 'A21 Glossary',
'description' => 'A21 Glossary - automatic conversion of all abbreviations and acronyms in the special tags for accessibility issues',
'version' => '12.0.1',
'category' => 'fe',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-12.4.99',
],
],
'state' => 'stable',
'clearCacheOnLoad' => true,
'author' => 'Sven Wappler',
'author_email' => 'typo3YYYY@wappler.systems',
'author_company' => 'WapplerSystems',
'autoload' => [
'psr-4' => [
'WapplerSystems\\A21glossary\\' => 'Classes'
]
],
];