-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathext_emconf.php
More file actions
33 lines (32 loc) · 1.09 KB
/
ext_emconf.php
File metadata and controls
33 lines (32 loc) · 1.09 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
<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'Supersized - full screen background slideshow',
'description' => 'This extension implements the jquery supersized plugin - full screen background slideshow (http://buildinternet.com/project/supersized/ - MIT License / GPL License). Fully configurable via TS and Flexform. Can be used for a full sreen background / background slideshow and a background banner / banner slideshow. Realized with easy adaptable fluid templates.',
'category' => 'plugin',
'author' => 'Frank Frewer',
'author_email' => 'info@frankfrewer.de',
'author_company' => 'medienbüro // FRANK FREWER',
'shy' => '',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'PHP_version' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 1,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 1,
'lockType' => '',
'version' => '1.2.0dev',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-9.99.99',
),
'conflicts' => array(),
'suggests' => array(),
),
'CGLcompliance' => '',
'CGLcompliance_note' => '',
);