forked from WapplerSystems/a21glossary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
48 lines (45 loc) · 1.93 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
36
37
38
39
40
41
42
43
44
45
46
47
48
<?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[$_EXTKEY] = array(
'title' => 'A21 Glossary',
'description' => 'A21 Glossary - automatical conversion of all abbreviations and acronyms in the special tags for accessibility issues',
'category' => 'fe',
'shy' => 0,
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'beta',
'internal' => 0,
'uploadfolder' => 0,
'clearCacheOnLoad' => 1,
'lockType' => '',
'author' => 'Sven Wappler, formerly Ronny Vorpahl',
'author_email' => '[email protected]',
'author_company' => 'WapplerSystems',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'version' => '9.0.0',
'_md5_values_when_last_written' => 'a:18:{s:9:"ChangeLog";s:4:"d6a8";s:24:"class.tx_a21glossary.php";s:4:"16f1";s:16:"ext_autoload.php";s:4:"5489";s:21:"ext_conf_template.txt";s:4:"76ef";s:12:"ext_icon.gif";s:4:"dff2";s:17:"ext_localconf.php";s:4:"b780";s:15:"ext_php_api.dat";s:4:"a346";s:14:"ext_tables.php";s:4:"382e";s:14:"ext_tables.sql";s:4:"f3ae";s:28:"icon_tx_a21glossary_main.gif";s:4:"a4ed";s:13:"locallang.xml";s:4:"efca";s:16:"locallang_db.xml";s:4:"4280";s:21:"Configuration/Tca.php";s:4:"36e1";s:52:"Configuration/TypoScript/Accessibility/constants.txt";s:4:"8dbf";s:48:"Configuration/TypoScript/Accessibility/setup.txt";s:4:"9a24";s:14:"doc/manual.sxw";s:4:"f0a4";s:20:"static/constants.txt";s:4:"26fe";s:16:"static/setup.txt";s:4:"df90";}',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-9.5.99',
],
'conflicts' => [
],
'suggests' => [
],
],
'suggests' => [
],
);
?>