-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathext_emconf.php
More file actions
45 lines (43 loc) · 1.02 KB
/
Copy pathext_emconf.php
File metadata and controls
45 lines (43 loc) · 1.02 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
<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'Theme Blue Mountain',
'description' => 'Sub-Theme Blue Mountain fot t3kit project',
'category' => 'templates',
'shy' => 0,
'version' => '0.4.0',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 0,
'lockType' => '',
'author' => 't3kit Team',
'author_email' => '',
'author_company' => '',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => array(
'depends' => array(
'php' => '5.5.0-7.0.99',
'typo3' => '7.5.0-7.6.99',
'themes' => '7.0.2-7.0.99',
'dyncss' => '0.7.8-0.7.99',
'dyncss_less' => '0.7.7-0.7.99',
't3kit_extension_tools' => '1.0.0-1.0.99',
'fluid_styled_content' => '0.0.0-0.0.0',
'gridelements' => '7.0.5-7.0.99',
'theme_t3kit' => '1.7.0-1.7.99',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'_md5_values_when_last_written' => 'a:0:{}',
);
?>