This repository has been archived by the owner on Nov 19, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathext_emconf.php
49 lines (46 loc) · 1.65 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
<?php
########################################################################
# Extension Manager/Repository config file for ext: "aoe_advancedtable"
#
# Auto generated 24-07-2008 12:55
#
# Manual updates:
# Only the data in the array - anything else is removed by next write.
# "version" and "dependencies" must not be touched!
########################################################################
$EM_CONF[$_EXTKEY] = array(
'title' => 'Advanced TYPO3 Table',
'description' => 'Adds possibility for rowsapn/colspan to Table Element',
'category' => 'fe',
'shy' => 0,
'version' => '0.0.2',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 0,
'lockType' => '',
'author' => 'Daniel Pötzinger',
'author_email' => '[email protected]',
'author_company' => '',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => array(
'depends' => array(
'cms' => '',
'css_styled_content' => '',
'th_exttableservice' => '',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'_md5_values_when_last_written' => 'a:11:{s:9:"ChangeLog";s:4:"d8fa";s:10:"README.txt";s:4:"ee2d";s:12:"ext_icon.gif";s:4:"1bdc";s:17:"ext_localconf.php";s:4:"3137";s:14:"ext_tables.php";s:4:"6f80";s:19:"doc/wizard_form.dat";s:4:"e16d";s:20:"doc/wizard_form.html";s:4:"d0ed";s:37:"pi1/class.tx_aoeadvancedtable_pi1.php";s:4:"a2c6";s:27:"pi1/exttabledefinitions.xml";s:4:"ecc8";s:44:"static/Advanced_Tables_Content/constants.txt";s:4:"d41d";s:40:"static/Advanced_Tables_Content/setup.txt";s:4:"a598";}',
);
?>