-
Notifications
You must be signed in to change notification settings - Fork 11
/
ext_emconf.php
executable file
·48 lines (45 loc) · 1.28 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 configuration file for ext "dd_googlesitemap_dmf".
*
* Generated by ext 31-07-2013 05:13 UTC
*
* https://github.com/t3elmar/Ext
*********************************************************************/
$EM_CONF[$_EXTKEY] = array(
'title' => 'Google Sitemap for plugins',
'description' => 'Extends dd_googlesitemap that you can easy create your own sitemap.xml for you extensions. Needs only a few line of typoscript configuration - works with realurl or cooluri.',
'category' => 'fe',
'shy' => 0,
'version' => '2.1.0',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => 'uploads/tx_ddgooglesitemap_dmf',
'modify_tables' => '',
'clearcacheonload' => 0,
'lockType' => '',
'author' => 'Dominic Garms',
'author_email' => '[email protected]',
'author_company' => 'DMFmedia GmbH',
'CGLcompliance' => NULL,
'CGLcompliance_note' => NULL,
'constraints' =>
array(
'depends' =>
array(
'dd_googlesitemap' => '*',
'typo3' => '6.2.0-7.6.99',
),
'conflicts' => array(),
'suggests' =>
array(),
),
'comment' => 'bugfix for wrong mm table generation',
'user' => 'dohomi',
);
?>