-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
executable file
·50 lines (47 loc) · 2.06 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 "yag_theme_simpleviewer".
#
# Auto generated 01-04-2011 14:35
#
# 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 Theme Simpleviewer',
'description' => '',
'category' => 'plugin',
'author' => 'Daniel Lienert',
'author_email' => '[email protected]',
'author_company' => '',
'shy' => '',
'dependencies' => 'cms,extbase,fluid,yag',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'beta',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '0.1.6',
'constraints' => array(
'depends' => array(
'cms' => '',
'extbase' => '',
'fluid' => '',
'yag' => '1.1.0',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'suggests' => array(
),
'_md5_values_when_last_written' => 'a:18:{s:21:"ext_conf_template.txt";s:4:"ee98";s:12:"ext_icon.gif";s:4:"e6c8";s:17:"ext_localconf.php";s:4:"c867";s:14:"ext_tables.php";s:4:"8854";s:14:"ext_tables.sql";s:4:"d41d";s:16:"kickstarter.json";s:4:"c1b6";s:50:"Classes/ViewHelpers/SimpleViewerPathViewHelper.php";s:4:"3835";s:38:"Configuration/TypoScript/constants.txt";s:4:"eb6b";s:34:"Configuration/TypoScript/setup.txt";s:4:"aa4f";s:55:"Configuration/TypoScript/Themes/SimpleViewer/General.ts";s:4:"bbd2";s:56:"Configuration/TypoScript/Themes/SimpleViewer/ItemList.ts";s:4:"03ea";s:53:"Configuration/TypoScript/Themes/SimpleViewer/Theme.ts";s:4:"f221";s:40:"Resources/Private/Language/locallang.xml";s:4:"ef62";s:43:"Resources/Private/Language/locallang_db.xml";s:4:"046a";s:46:"Resources/Private/Templates/ItemList/List.html";s:4:"4777";s:49:"Resources/Private/Templates/ItemList/XmlList.html";s:4:"b7de";s:14:"doc/manual.pdf";s:4:"a1c8";s:14:"doc/manual.sxw";s:4:"11ac";}',
);
?>