forked from benjaminkott/bootstrap_package
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
28 lines (27 loc) · 949 Bytes
/
ext_emconf.php
File metadata and controls
28 lines (27 loc) · 949 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
<?php
/************************************************************************
* Extension Manager/Repository config file for ext "bootstrap_package".
************************************************************************/
$EM_CONF[$_EXTKEY] = array(
'title' => 'Bootstrap Package',
'description' => 'Bootstrap Package delivers a full configured frontend theme for TYPO3, based on the Bootstrap CSS Framework.',
'category' => 'templates',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.13-7.99.99',
),
'conflicts' => array(
'themes' => '*',
'fluidpages' => '*',
'dyncss' => '*',
),
),
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author' => 'Benjamin Kott',
'author_email' => 'info@bk2k.info',
'author_company' => 'private',
'version' => '6.2.14-dev',
);