-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
54 lines (51 loc) · 1.22 KB
/
ext_emconf.php
File metadata and controls
54 lines (51 loc) · 1.22 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
54
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "ipresentyou_basetheme".
*
* Auto generated 29-06-2014 13:51
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = array (
'title' => 'I PRESENT YOU Basetheme',
'description' => '',
'category' => 'distribution',
'shy' => false,
'version' => '1.2.0',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => NULL,
'module' => '',
'state' => 'stable',
'uploadfolder' => false,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => false,
'lockType' => '',
'author' => 'Johannes Poll',
'author_email' => 'mail@johannespoll.de',
'author_company' => 'www.johannespoll.de',
'CGLcompliance' => NULL,
'CGLcompliance_note' => NULL,
'constraints' =>
array (
'depends' =>
array (
'extbase' => '',
'fluid' => '',
'typo3' => '6.2.0-6.2.99',
'css_styled_content' => '',
'realurl' => '1.12.8-1.12.99',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
);
?>