forked from TYPO3-svn-archive/imagemap_wizard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
48 lines (46 loc) · 1.51 KB
/
ext_emconf.php
File metadata and controls
48 lines (46 loc) · 1.51 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "imagemap_wizard".
*
* Auto generated by Extension Builder 2017-07-28 (classic version: 18-04-2012 20:12)
*
* Manual updates:
* Only the data in the array - everything else is removed by next write.
* "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = array(
'title' => 'Imagemap Wizard',
'description' => 'Provides an TYPO3 Wizard which enables interactive Imagemap-Creation - related to the TYPO3-Linkwizard.',
'category' => 'be',
# 'shy' => 0,
'version' => '7.0.0', // @TODO: test to apply the right TYPO3 Version
'dependencies' => '',
# 'conflicts' => '',
# 'priority' => '',
# 'loadOrder' => '',
# 'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
# 'modify_tables' => 'tt_content',
'clearcacheonload' => TRUE,
# 'lockType' => '',
'author' => 'Tolleiv Nietsch, David Bruchmann',
'author_email' => '??, david.bruchmann@gmail.com',
'author_company' => '??, Webdevelopment Barlian',
# 'CGLcompliance' => '',
# 'CGLcompliance_note' => '',
'constraints' => array(
'depends' => array(
'typo3' => '7.0.0-7.6.99', // @TODO: test to apply the right TYPO3 Versions
# 'cms' => '0.0.0',
),
'conflicts' => array(
),
'suggests' => array(
'css_styled_content' => '0.0.0',
'fluid_styled_content' => '0.0.0',
),
),
'_md5_values_when_last_written' => '',
);