forked from a7digital/imagecycle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
39 lines (39 loc) · 1.06 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
<?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. Use t3jquery for better integration with other jQuery extensions.',
'category' => 'plugin',
'shy' => 0,
'version' => '3.1.1-chewie',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => 'uploads/tx_imagecycle',
'modify_tables' => '',
'clearcacheonload' => 1,
'lockType' => '',
'author' => 'Juergen Furrer',
'author_email' => '[email protected]',
'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(
'jftcaforms' => '0.2.1-0.0.0',
),
),
'autoload' => array(
'psr-4' => array(
'TYPO3Extension\\Imagecycle\\' => 'Classes',
),
),
);