-
Notifications
You must be signed in to change notification settings - Fork 2
/
ext_emconf.php
49 lines (47 loc) · 1.45 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
49
<?php
/*********************************************************************
* Extension configuration file for ext "hellurl".
*
* Generated by ext 17-02-2014 12:13 UTC
*
* https://github.com/t3elmar/Ext
*********************************************************************/
$EM_CONF[$_EXTKEY] = array(
'title' => 'HellUrl: speaking paths for TYPO3',
'description' => 'Creates nice looking URLs for TYPO3 pages.',
'category' => 'fe',
'shy' => 0,
'dependencies' => '',
'conflicts' => 'cooluri,simulatestatic',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'excludeFromUpdates',
'internal' => 0,
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => 'pages,sys_domain,pages_language_overlay,sys_template',
'clearCacheOnLoad' => 1,
'lockType' => '',
'author' => 'Nicole Cordes, Helmut Hummel',
'author_email' => '[email protected], [email protected]',
'author_company' => '',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'version' => '1.0.0',
'_md5_values_when_last_written' => '',
'constraints' => array(
'depends' => array(
'php' => '5.3.7-7.2.999',
'typo3' => '6.2.6-8.7.99',
),
'conflicts' => array(
'cooluri' => '',
'realurl' => '',
'simulatestatic' => '',
),
'suggests' => array(
'static_info_tables' => '2.0.2-',
),
),
);