forked from bootstraptheme-for-typo3/fluidbootstraptheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
50 lines (48 loc) · 2.67 KB
/
ext_emconf.php
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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "fluidbootstraptheme".
*
* Auto generated 19-05-2013 14:40
*
* 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' => 'FBT: Bootstrap based Pages and Content',
'description' => 'A collection of Twitter Bootstrap oriented Fluid Content Elements and Pages written for EXT:fluidcontent and EXT:fluidpages using ViewHelpers from EXT:vhs',
'category' => 'misc',
'author' => 'Claus Due, Harry Glatz, Boris Schauer, Göran Bodenschatz',
'author_company' => 'NamelessCoder, analog multimedia, bschauer',
'shy' => '',
'dependencies' => 'cms,flux,fluidcontent,fluidpages,vhs',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'beta',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 1,
'lockType' => '',
'version' => '2.0.0',
'constraints' => array(
'depends' => array(
'typo3' => '6.1.00-6.99.99',
'cms' => '',
'flux' => '',
'fluidcontent' => '',
'fluidpages' => '',
'vhs' => '',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'suggests' => array(
),
'_md5_values_when_last_written' => 'a:20:{s:20:"class.ext_update.php";s:4:"eed2";s:12:"ext_icon.gif";s:4:"68b4";s:14:"ext_tables.php";s:4:"a37e";s:9:"README.md";s:4:"6a33";s:40:"Classes/Controller/ContentController.php";s:4:"e80f";s:34:"Configuration/TypoScript/setup.txt";s:4:"ffa7";s:40:"Resources/Private/Language/locallang.xml";s:4:"078d";s:50:"Resources/Private/Templates/Content/Accordion.html";s:4:"b4ca";s:46:"Resources/Private/Templates/Content/Alert.html";s:4:"b126";s:52:"Resources/Private/Templates/Content/ButtonGroup.html";s:4:"f41a";s:51:"Resources/Private/Templates/Content/ButtonLink.html";s:4:"e45c";s:49:"Resources/Private/Templates/Content/Carousel.html";s:4:"5b7b";s:49:"Resources/Private/Templates/Content/FluidRow.html";s:4:"078e";s:49:"Resources/Private/Templates/Content/HeroUnit.html";s:4:"1f8e";s:55:"Resources/Private/Templates/Content/NavigationList.html";s:4:"8f0b";s:51:"Resources/Private/Templates/Content/PageHeader.html";s:4:"7dbe";s:45:"Resources/Private/Templates/Content/Tabs.html";s:4:"d699";s:51:"Resources/Private/Templates/Content/Thumbnails.html";s:4:"ceb1";s:45:"Resources/Private/Templates/Content/Well.html";s:4:"2c4a";s:39:"Resources/Public/Icons/icon-twitter.png";s:4:"9450";}',
);