forked from franzholz/imagecycle
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathext_emconf.php
More file actions
38 lines (38 loc) · 986 Bytes
/
ext_emconf.php
File metadata and controls
38 lines (38 loc) · 986 Bytes
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
<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'Image Cycle',
'description' => 'Insert a slideshow into your page or template. Manage the images, captions and hrefs recursively in the pagetree and show it in a jQuery-Cycle, Coin-Slider, Nivo-Slider or Cross-Slider.',
'category' => 'plugin',
'shy' => 0,
'version' => '3.2.0',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => 'uploads/tx_imagecycle',
'modify_tables' => '',
'clearcacheonload' => 1,
'lockType' => '',
'author' => 'Franz Holzinger, Juergen Furrer',
'author_email' => 'franz@ttproducts.de',
'author_company' => '',
'constraints' => array(
'depends' => array(
'cms' => '',
'php' => '5.5.0-0.0.0',
'typo3' => '7.6.0-8.7.99',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'autoload' => array(
'psr-4' => array(
'TYPO3Extension\\Imagecycle\\' => 'Classes',
),
),
);