forked from FluidTYPO3/vhs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
36 lines (36 loc) · 1013 Bytes
/
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
<?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',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'beta',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '2.4.0',
'constraints' => array (
'depends' => array(
'php' => '5.4.0-5.6.99',
'typo3' => '7.6.0-7.6.99',
'cms' => '',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'suggests' => array (
),
'_md5_values_when_last_written' => '',
);