-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
40 lines (37 loc) · 1.13 KB
/
Copy pathext_emconf.php
File metadata and controls
40 lines (37 loc) · 1.13 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "bsdist".
***************************************************************/
$EM_CONF[$_EXTKEY] = array (
'title' => 'Bootstrap Kickstart Package',
'description' => 'This distribution package imports an initial page tree for a new website and installs bootstrap_core. A collection of files for the website layout and extension configuration is included.',
'category' => 'distribution',
'author' => 'Pascal Mayer',
'author_email' => 'typo3@bsdist.ch',
'author_company' => '',
'shy' => '',
'version' => '1.2.2',
'priority' => '',
'module' => '',
'state' => 'beta',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 1,
'lockType' => '',
'constraints' => array (
'depends' => array (
'typo3' => '6.2.0-7.2.99',
'bootstrap_core' => '1.2.3-0.0.0',
// no dependency, only auto install
'scheduler' => '6.2.0-7.2.99',
'recycler' => '6.2.0-7.2.99',
),
'conflicts' => array (
'bootstrap_package' => '',
'introduction' => '',
),
),
);
?>