-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathext_emconf.php
executable file
·42 lines (39 loc) · 1.26 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
<?php
/*********************************************************************
* Extension configuration file for ext "flux_galleria".
*
* Generated by ext 24-09-2013 05:40 UTC
*
* https://github.com/t3elmar/Ext
*********************************************************************/
$EM_CONF[$_EXTKEY] = array(
'title' => 'Galleria extension for images, videos, picasa and flickr',
'description' => 'Galleria extension with powerful image and video setup. Requires \'flux\' and works only on TYPO3 6.x version. This extension is the successor of \'dmf_galleria\'.',
'category' => 'plugin',
'author' => 'Dominic Garms',
'author_email' => '[email protected]',
'author_company' => 'DMFMedia GmbH',
'shy' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '2.1.1',
'constraints' => array(
'depends' => array(
'typo3' => '6.1.0-6.2.99',
'cms' => '',
'extbase' => '',
'fluid' => '',
'flux' => '7.1.0-7.1.99',
),
'conflicts' => array(),
'suggests' => array(),
)
);
?>