This repository was archived by the owner on Jan 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
47 lines (44 loc) · 1.67 KB
/
ext_emconf.php
File metadata and controls
47 lines (44 loc) · 1.67 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
<?php
########################################################################
# Extension Manager/Repository config file for ext "rtp_imgquery".
#
# Auto generated 04-01-2012 10:16
#
# Manual updates:
# Only the data in the array - everything else is removed by next
# writing. "version" and "dependencies" must not be touched!
########################################################################
$pkg = file_get_contents(t3lib_div::getFileAbsFileName('EXT:rtp_imgquery/package.json'));
$extConf = json_decode($pkg);
$EM_CONF[$_EXTKEY] = array(
'title' => $extConf->title,
'description' => $extConf->description,
'category' => 'fe',
'author' => $extConf->author,
'author_email' => 'stu@rtp.ch',
'shy' => '',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'alpha',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'author_company' => '',
'version' => $extConf->version,
'constraints' => array(
'depends' => array(
'typo3' => '6.0.0-'
),
'conflicts' => array(
// Requires smarty version 1.11.0 for the smarty plugin
'smarty' => '0.0.0-1.10.5',
),
'suggests' => array(),
),
'_md5_values_when_last_written' => 'a:8:{s:9:"ChangeLog";s:4:"c44d";s:10:"README.txt";s:4:"ee2d";s:12:"ext_icon.gif";s:4:"1bdc";s:14:"ext_tables.php";s:4:"6bb2";s:19:"doc/wizard_form.dat";s:4:"976c";s:20:"doc/wizard_form.html";s:4:"5e2e";s:38:"static/responsive_images/constants.txt";s:4:"4f1b";s:34:"static/responsive_images/setup.txt";s:4:"6e0f";}',
);