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
42 lines (42 loc) · 1.04 KB
/
Copy pathext_emconf.php
File metadata and controls
42 lines (42 loc) · 1.04 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
<?php
$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.2.0',
'constraints' =>
array (
'depends' =>
array (
'typo3' => '6.0.0-7.99.99',
'cms' => '',
'extbase' => '',
'fluid' => '',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
'suggests' =>
array (
),
'_md5_values_when_last_written' => '',
);