-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathext_emconf.php
50 lines (47 loc) · 3.49 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 "fluidcontent".
#
# Auto generated 14-10-2012 01:16
#
# 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' => 'Fluid Content Elements',
'description' => 'Fluid Content Element engine - integrates extremely compact and highly dynamic content element templates written in Fluid. See: https://github.com/NamelessCoder/fluidcontent',
'category' => 'misc',
'author' => 'Claus Due',
'author_email' => '[email protected]',
'author_company' => 'Wildside A/S',
'shy' => '',
'dependencies' => 'cms,flux',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'beta',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 1,
'lockType' => '',
'version' => '1.3.3',
'constraints' => array(
'depends' => array(
'typo3' => '4.5-0.0.0',
'cms' => '',
'flux' => '5.0.0',
),
'conflicts' => array(
),
'suggests' => array(
'fluidwidget' => '',
),
),
'suggests' => array(
),
'_md5_values_when_last_written' => 'a:33:{s:9:"README.md";s:4:"f971";s:12:"ext_icon.gif";s:4:"68b4";s:17:"ext_localconf.php";s:4:"a6bf";s:14:"ext_tables.php";s:4:"8085";s:34:"Configuration/Common/constants.txt";s:4:"d41d";s:30:"Configuration/Common/setup.txt";s:4:"acb7";s:44:"Configuration/TwitterBootstrap/constants.txt";s:4:"d41d";s:40:"Configuration/TwitterBootstrap/setup.txt";s:4:"f012";s:60:"Resources/Private/Elements/Common/Display/AddressAndMap.html";s:4:"91c0";s:55:"Resources/Private/Elements/Common/Display/FileList.html";s:4:"c000";s:61:"Resources/Private/Elements/Common/Flux/AjaxContentLoader.html";s:4:"c5a0";s:53:"Resources/Private/Elements/Common/Layout/Columns.html";s:4:"1b6c";s:63:"Resources/Private/Elements/Common/Layout/ContentRandomizer.html";s:4:"2aac";s:61:"Resources/Private/Elements/Common/Layout/JQueryAccordion.html";s:4:"a98f";s:56:"Resources/Private/Elements/Common/Layout/JQueryTabs.html";s:4:"5415";s:60:"Resources/Private/Elements/Common/Navigation/BreadCrumb.html";s:4:"8e08";s:58:"Resources/Private/Elements/Common/Navigation/Redirect.html";s:4:"b96c";s:54:"Resources/Private/Elements/Common/Resource/Script.html";s:4:"50af";s:63:"Resources/Private/Elements/Common/Resource/SocialBookmarks.html";s:4:"bc79";s:53:"Resources/Private/Elements/Common/Resource/Style.html";s:4:"f309";s:58:"Resources/Private/Elements/TwitterBootstrap/Accordion.html";s:4:"f8a1";s:54:"Resources/Private/Elements/TwitterBootstrap/Alert.html";s:4:"c3d1";s:60:"Resources/Private/Elements/TwitterBootstrap/ButtonGroup.html";s:4:"2b0a";s:59:"Resources/Private/Elements/TwitterBootstrap/ButtonLink.html";s:4:"c89f";s:57:"Resources/Private/Elements/TwitterBootstrap/FluidRow.html";s:4:"8c42";s:57:"Resources/Private/Elements/TwitterBootstrap/HeroUnit.html";s:4:"49ac";s:63:"Resources/Private/Elements/TwitterBootstrap/NavigationList.html";s:4:"fb32";s:59:"Resources/Private/Elements/TwitterBootstrap/PageHeader.html";s:4:"db43";s:53:"Resources/Private/Elements/TwitterBootstrap/Tabs.html";s:4:"d492";s:59:"Resources/Private/Elements/TwitterBootstrap/Thumbnails.html";s:4:"2c21";s:53:"Resources/Private/Elements/TwitterBootstrap/Well.html";s:4:"18a8";s:34:"Resources/Private/Layouts/FCE.html";s:4:"5a0f";s:39:"Resources/Public/Icons/icon-twitter.png";s:4:"9450";}',
);
?>