-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathext_emconf.php
More file actions
37 lines (35 loc) · 844 Bytes
/
ext_emconf.php
File metadata and controls
37 lines (35 loc) · 844 Bytes
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
<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'Subtheme t3kit template',
'description' => 'TBD',
'category' => 'templates',
'shy' => 0,
'version' => '1.8.1',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 0,
'lockType' => '',
'author' => 't3kit Team',
'author_email' => '',
'author_company' => '',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => array(
'depends' => array(
'theme_t3kit' => '2.10.0-2.10.99'
),
'conflicts' => array(
),
'suggests' => array(
),
),
'_md5_values_when_last_written' => 'a:0:{}',
);
?>