forked from lochmueller/perfectlightbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
28 lines (26 loc) · 1.12 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
<?php
########################################################################
# Extension Manager/Repository config file for ext "perfectlightbox".
#
# Auto generated 03-05-2011 17:58
#
# Manual updates:
# Only the data in the array - everything else is removed by next
# writing. "version" and "dependencies" must not be touched!
########################################################################
$EM_CONF[$_EXTKEY] = [
'title' => 'Perfect Lightbox',
'description' => 'Click-enlarge images with a lightbox/slimbox based on JQUERY in TYPO3! Single images, imagesets, presentation mode and slideshow supported. Options can be set for each content-element. No XCLASS, just typoscript. Valid html. Flexible configuration. Easy integration into any gallery you like.',
'category' => 'plugin',
'version' => '4.1.4',
'state' => 'stable',
'author' => 'Benjamin Niediek',
'author_email' => '[email protected]',
'constraints' => [
'depends' => [
'php' => '7.0.0-0.0.0',
'typo3' => '7.6.0-8.7.99',
],
],
'suggests' => [],
];