forked from dmitryd/typo3-dd_googlesitemap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
46 lines (44 loc) · 1.15 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
<?php
/*********************************************************************
* Extension configuration file for ext "dd_googlesitemap".
*
* Generated by ext 14-08-2015 14:53 UTC
*
* https://github.com/t3elmar/Ext
*********************************************************************/
$EM_CONF[$_EXTKEY] = array(
'title' => 'Google sitemap',
'description' => 'High performance Google sitemap implementation that avoids typical errors by other similar extensions',
'category' => 'fe',
'author' => 'Dmitry Dulepov',
'author_email' => '[email protected]',
'shy' => '',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => 'typo3temp/dd_googlesitemap',
'modify_tables' => 'pages',
'clearCacheOnLoad' => 0,
'lockType' => '',
'author_company' => 'SIA "ACCIO"',
'version' => '2.0.3',
'constraints' =>
array(
'depends' =>
array(
'typo3' => '6.2.0-7.9.999',
),
'conflicts' =>
array(),
'suggests' =>
array(),
),
'suggests' =>
array(),
'user' => 'dmitry',
'comment' => 'Bugfix for the fatal error in scheduler',
);