forked from svewap/ws_flexslider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
43 lines (40 loc) · 2.92 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "ws_flexslider".
*
* Auto generated 19-09-2013 00:31
*
* 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' => 'Flexslider',
'description' => 'jQuery Flexslider slideshow script',
'category' => 'plugin',
'author' => 'Sven Wappler',
'author_email' => '[email protected]',
'author_company' => 'WapplerSystems',
'shy' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '1.5.3',
'constraints' => array(
'depends' => array(
'typo3' => '7.1.0-8.7.99',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'_md5_values_when_last_written' => 'a:33:{s:12:"ext_icon.gif";s:4:"d265";s:17:"ext_localconf.php";s:4:"fcff";s:14:"ext_tables.php";s:4:"1155";s:14:"ext_tables.sql";s:4:"2223";s:19:"Classes/Wizicon.php";s:4:"5310";s:43:"Classes/Controller/FlexsliderController.php";s:4:"100a";s:30:"Classes/Domain/Model/Image.php";s:4:"3d6a";s:45:"Classes/Domain/Repository/ImageRepository.php";s:4:"cf09";s:23:"Classes/Utility/Div.php";s:4:"03d3";s:41:"Classes/ViewHelpers/DynLinkViewHelper.php";s:4:"a5ec";s:68:"Classes/ViewHelpers/PageRenderer/AddJsFooterInlineCodeViewHelper.php";s:4:"19f3";s:37:"Configuration/FlexForm/Flexslider.xml";s:4:"829e";s:27:"Configuration/TCA/Image.php";s:4:"eedd";s:38:"Configuration/TypoScript/constants.txt";s:4:"5a72";s:34:"Configuration/TypoScript/setup.txt";s:4:"2c1d";s:40:"Resources/Private/Language/locallang.xml";s:4:"2e5f";s:84:"Resources/Private/Language/locallang_csh_tx_wsflexslider_domain_model_flexslider.xml";s:4:"6ece";s:79:"Resources/Private/Language/locallang_csh_tx_wsflexslider_domain_model_image.xml";s:4:"4d69";s:43:"Resources/Private/Language/locallang_db.xml";s:4:"63ee";s:38:"Resources/Private/Layouts/Default.html";s:4:"41a4";s:48:"Resources/Private/Partials/Flexslider/Entry.html";s:4:"d9cf";s:48:"Resources/Private/Templates/Flexslider/List.html";s:4:"c7d1";s:29:"Resources/Public/Css/demo.css";s:4:"ee89";s:35:"Resources/Public/Css/flexslider.css";s:4:"37c3";s:31:"Resources/Public/Icons/icon.png";s:4:"8c1c";s:34:"Resources/Public/Icons/picture.png";s:4:"d204";s:35:"Resources/Public/Icons/relation.gif";s:4:"e615";s:66:"Resources/Public/Icons/tx_wsflexslider_domain_model_flexslider.gif";s:4:"1103";s:61:"Resources/Public/Icons/tx_wsflexslider_domain_model_image.gif";s:4:"1103";s:44:"Resources/Public/Images/bg_direction_nav.png";s:4:"14ae";s:48:"Resources/Public/JavaScript/jquery.flexslider.js";s:4:"7436";s:57:"Resources/Public/JavaScript/jquery.flexslider.textmode.js";s:4:"ea09";s:14:"doc/manual.sxw";s:4:"5621";}',
);
?>