-
Notifications
You must be signed in to change notification settings - Fork 6
/
ext_emconf.php
51 lines (48 loc) · 1.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
51
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "view".
*
* Auto generated 17-03-2013 23:36
*
* 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' => 'View: Extended Fluid Views',
'description' => 'Extends the built-in Fluid Views with smart overlay capabilities',
'category' => 'misc',
'shy' => 0,
'version' => '1.2.0',
'dependencies' => 'cms,extbase,fluid',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 1,
'lockType' => '',
'author' => 'Claus Due',
'author_email' => '[email protected]',
'author_company' => 'Wildside A/S',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => array(
'depends' => array(
'cms' => '',
'extbase' => '',
'fluid' => '',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'_md5_values_when_last_written' => 'a:6:{s:16:"ext_autoload.php";s:4:"e0c9";s:12:"ext_icon.gif";s:4:"e922";s:17:"ext_localconf.php";s:4:"1b28";s:9:"README.md";s:4:"384c";s:61:"Classes/Override/Parser/SyntaxTree/ExtendedViewHelperNode.php";s:4:"673c";s:46:"Classes/Override/View/ExtendedTemplateView.php";s:4:"c70f";}',
'suggests' => array(
),
);
?>