forked from FluidTYPO3/vhs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
50 lines (47 loc) · 1.34 KB
/
ext_emconf.php
File metadata and controls
50 lines (47 loc) · 1.34 KB
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 "vhs".
*
* Auto generated 19-09-2014 13:56
*
* 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' => 'VHS: Fluid ViewHelpers',
'description' => 'A collection of ViewHelpers to perform rendering tasks which are not natively supported by Fluid - for example: advanced formatters, math calculators, specialized conditions and Iterator/Array calculators and processors',
'category' => 'misc',
'author' => 'FluidTYPO3 Team',
'author_email' => 'claus@namelesscoder.net',
'author_company' => '',
'shy' => '',
'dependencies' => 'cms,extbase,fluid',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '2.1.3',
'constraints' => array(
'depends' => array(
'typo3' => '6.0.0-6.2.99',
'cms' => '',
'extbase' => '',
'fluid' => '',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'suggests' => array(
),
'_md5_values_when_last_written' => '',
);
?>