This repository was archived by the owner on Dec 27, 2018. It is now read-only.
forked from dmitryd/typo3-pagebrowse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
53 lines (50 loc) · 1.64 KB
/
ext_emconf.php
File metadata and controls
53 lines (50 loc) · 1.64 KB
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 "pagebrowse".
*
* Generated by ext 14-02-2014 11:45 UTC
*
* https://github.com/t3elmar/Ext
*********************************************************************/
$EM_CONF[$_EXTKEY] = array (
'title' => 'Universal page browser',
'description' => 'Provides page browsing services for extensions',
'category' => 'fe',
'author' => 'Dmitry Dulepov',
'author_email' => 'dmitry@typo3.org',
'shy' => '',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'author_company' => '',
'version' => '1.3.4',
'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:13:{s:9:"ChangeLog";s:4:"922a";s:12:"ext_icon.gif";s:4:"c538";s:17:"ext_localconf.php";s:4:"821e";s:14:"ext_tables.php";s:4:"80a0";s:14:"doc/manual.sxw";s:4:"e646";s:31:"pi1/class.tx_pagebrowse_pi1.php";s:4:"8b92";s:19:"pi1/flexform_ds.xml";s:4:"b1b9";s:17:"pi1/locallang.xml";s:4:"e8ee";s:14:"res/styles.css";s:4:"34c0";s:18:"res/styles_min.css";s:4:"e907";s:17:"res/template.html";s:4:"d59b";s:33:"static/page_browser/constants.txt";s:4:"156c";s:29:"static/page_browser/setup.txt";s:4:"dea8";}',
'suggests' =>
array (
),
'user' => 'dmitry',
'comment' => 'Compatibility with TYPO3 6.2',
);
?>