forked from franzholz/imagecycle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
31 lines (31 loc) · 846 Bytes
/
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
<?php
$EM_CONF[$_EXTKEY] = [
'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',
'version' => '3.3.2',
'state' => 'stable',
'uploadfolder' => 0,
'clearcacheonload' => 1,
'author' => 'Franz Holzinger, Juergen Furrer',
'author_email' => '[email protected]',
'author_company' => '',
'constraints' => [
'depends' => [
'cms' => '',
'php' => '7.2.0-7.4.99',
'typo3' => '8.7.0-8.7.99',
],
'conflicts' => [
],
'suggests' => [
'lib_jquery' => '2.1.0-0.0.0',
'typo3db_legacy' => '1.0.0-1.1.99',
],
],
'autoload' => [
'psr-4' => [
'TYPO3Extension\\Imagecycle\\' => 'Classes',
],
],
];