-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathext_emconf.php
executable file
·52 lines (49 loc) · 1.59 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?php
/*********************************************************************
* Extension configuration file for ext "ip_issuu".
*
* Generated by ext 15-11-2013 16:35 UTC
*
* https://github.com/t3elmar/Ext
*********************************************************************/
$EM_CONF[$_EXTKEY] = array (
'title' => 'issuu Flash PDFs',
'description' => 'Flip through your pdfs using issuu.com',
'category' => 'plugin',
'author' => 'Ingo Pfennigstorf',
'author_email' => '[email protected]',
'shy' => '',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'beta',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'author_company' => '',
'version' => '1.0.1',
'constraints' =>
array (
'depends' =>
array (
'typo3' => '6.0.0-6.1.99',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
'suggests' =>
array (
),
'_md5_values_when_last_written' => 'a:11:{s:9:"ChangeLog";s:4:"d0eb";s:10:"README.txt";s:4:"d0a1";s:16:"ext_autoload.php";s:4:"c375";s:12:"ext_icon.gif";s:4:"2f2c";s:17:"ext_localconf.php";s:4:"b40c";s:14:"ext_tables.php";s:4:"f707";s:28:"Classes/Controller/Index.php";s:4:"dea1";s:29:"Classes/Domain/Model/Flip.php";s:4:"3637";s:42:"Configuration/Flexform/flexform_ds_pi1.xml";s:4:"50c4";s:44:"Resources/Private/Templates/Index/Index.html";s:4:"f590";s:14:"doc/manual.sxw";s:4:"cc83";}',
'comment' => 'Fix for wrong namespace usage. Thanks to Xavier Perseguers',
'user' => 'ingop',
);
?>