-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
49 lines (46 loc) · 2.59 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "yag_theme_library".
*
* Auto generated 04-01-2014 10:25
*
* 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' => 'YAG Library Theme',
'description' => 'The library theme for YAG is a showcase for the possibilities of its foundation, pt_extlist.',
'category' => 'plugin',
'author' => 'Daniel Lienert',
'author_email' => '[email protected]',
'author_company' => '',
'shy' => '',
'dependencies' => 'extbase,fluid',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '0.3.2-dev',
'constraints' => array(
'depends' => array(
'typo3' => '4.5.0-6.2.99',
'extbase' => '',
'fluid' => '',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'suggests' => array(
),
'_md5_values_when_last_written' => 'a:24:{s:12:"ext_icon.gif";s:4:"fef0";s:14:"ext_tables.php";s:4:"fcb4";s:14:"ext_tables.sql";s:4:"d41d";s:21:"ExtensionBuilder.json";s:4:"5386";s:38:"Configuration/TypoScript/constants.txt";s:4:"d41d";s:34:"Configuration/TypoScript/setup.txt";s:4:"61ea";s:50:"Configuration/TypoScript/Themes/Library/General.ts";s:4:"7117";s:59:"Configuration/TypoScript/Themes/Library/ItemList.Extlist.ts";s:4:"d42b";s:51:"Configuration/TypoScript/Themes/Library/ItemList.ts";s:4:"cd08";s:48:"Configuration/TypoScript/Themes/Library/Theme.ts";s:4:"61e4";s:56:"Configuration/TypoScript/Themes/LibraryDetail/General.ts";s:4:"f4cd";s:54:"Configuration/TypoScript/Themes/LibraryDetail/Theme.ts";s:4:"19a1";s:40:"Resources/Private/Language/locallang.xml";s:4:"4a6d";s:43:"Resources/Private/Language/locallang_db.xml";s:4:"0bdf";s:41:"Resources/Private/Partials/FilterBox.html";s:4:"63f0";s:61:"Resources/Private/Partials/Filter/Options/TagCloudFilter.html";s:4:"4080";s:56:"Resources/Private/Partials/Image/LightboxImageThumb.html";s:4:"4127";s:43:"Resources/Private/Partials/Pager/Delta.html";s:4:"3bc2";s:52:"Resources/Private/Templates/ItemList/DetailList.html";s:4:"cf4e";s:46:"Resources/Private/Templates/ItemList/List.html";s:4:"f0bc";s:41:"Resources/Public/CSS/BootstrapExtract.css";s:4:"205d";s:30:"Resources/Public/CSS/Theme.css";s:4:"7e9d";s:35:"Resources/Public/Icons/relation.gif";s:4:"e615";s:14:"doc/manual.sxw";s:4:"ec6e";}',
);
?>