forked from dmitryd/typo3-pagepath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
53 lines (50 loc) · 1.48 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
51
52
53
<?php
/*********************************************************************
* Extension configuration file for ext "pagepath".
*
* Generated by ext 14-02-2014 11:33 UTC
*
* https://github.com/t3elmar/Ext
*********************************************************************/
$EM_CONF[$_EXTKEY] = array (
'title' => 'Page path',
'description' => 'Provides API for Backend modules to get a proper path to the Frontend page (simulateStatic/RealURL/CoolURI-like)',
'category' => 'be',
'author' => 'Dmitry Dulepov',
'author_email' => '[email protected]',
'shy' => '',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'author_company' => '',
'version' => '1.0.3',
'constraints' =>
array (
'depends' =>
array (
'typo3' => '4.5.0-6.2.999',
'php' => '5.3.2-10.0.0',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
'_md5_values_when_last_written' => 'a:8:{s:9:"ChangeLog";s:4:"e3cc";s:9:"README.md";s:4:"b34a";s:25:"class.tx_pagepath_api.php";s:4:"f6b6";s:30:"class.tx_pagepath_resolver.php";s:4:"2f5d";s:16:"ext_autoload.php";s:4:"e871";s:12:"ext_icon.gif";s:4:"a89b";s:17:"ext_localconf.php";s:4:"81af";s:14:"doc/manual.sxw";s:4:"4942";}',
'suggests' =>
array (
),
'user' => 'dmitry',
'comment' => 'Compatibility with TYPO3 6.2',
);
?>