-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
50 lines (47 loc) · 1.54 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
50
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "cps_stopdc".
*
* Auto generated 11-09-2014 19:23
*
* 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' => 'Stop Duplicate Content',
'description' => 'Forces TYPO3 to use the latest url for any page. This helps to avoid duplicate content.',
'category' => 'fe',
'shy' => 0,
'version' => '1.0.0',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 1,
'lockType' => '',
'author' => 'Nicole Cordes',
'author_email' => '[email protected]',
'author_company' => 'CPS-IT GmbH (http://www.cps-it.de)',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => array(
'depends' => array(
'php' => '5.3.7-7.1.99',
'typo3' => '6.2.0-8.5.99',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'_md5_values_when_last_written' => 'a:7:{s:9:"ChangeLog";s:4:"78d1";s:21:"ext_conf_template.txt";s:4:"a460";s:12:"ext_icon.gif";s:4:"3c44";s:17:"ext_localconf.php";s:4:"d6e8";s:13:"locallang.xml";s:4:"6902";s:52:"Tests/Unit/hooks/class.tx_cpsstopdc_tslib_feTest.php";s:4:"f8a1";s:37:"hooks/class.tx_cpsstopdc_tslib_fe.php";s:4:"330d";}',
'suggests' => array(
),
);
?>