-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
45 lines (42 loc) · 1.37 KB
/
ext_emconf.php
File metadata and controls
45 lines (42 loc) · 1.37 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
<?php
########################################################################
# Extension Manager/Repository config file for ext: "flux_tutorial"
#
# Auto generated by Extension Builder 2012-12-06
#
# Manual updates:
# Only the data in the array - anything else is removed by next write.
# "version" and "dependencies" must not be touched!
########################################################################
$EM_CONF[$_EXTKEY] = array(
'title' => 'Flux Tutorial',
'description' => "This extension should show the result of the Flux-Tutorial from: http://fedext.net/examples/flux/flexform-tutorial.html. Tested with Flux(5.1.0) and Typo3 (4.7.7 / 6.0.0)",
'category' => 'example',
'author' => 'Heiko Hardt',
'author_email' => 'heiko.hardt@pixelpark.com',
'author_company' => '',
'shy' => '',
'priority' => '',
'module' => '',
'state' => 'experimental',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '6.0.0.0',
'constraints' => array(
'depends' => array(
'extbase' => '1.5',
'fluid' => '1.5',
'typo3' => '4.7',
'flux' => '',
),
'conflicts' => array(
),
'suggests' => array(
),
),
);
?>