-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
36 lines (34 loc) · 1.08 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "lib_jquery_unveil".
*
* Auto generated 19-08-2014 16:34
*
* 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' => 'JS Library: jQuery.unveil',
'description' => 'Provides the "Unveil"-Plugin for jQuery".',
'category' => 'misc',
'version' => '0.0.0',
'state' => 'beta',
'uploadfolder' => false,
'createDirs' => '',
'clearcacheonload' => true,
'author' => 'Stephan Kellermayr',
'author_email' => 'stephan.kellermayr@gmail.com',
'author_company' => 'sonority.at - MULTIMEDIA ART DESIGN',
'constraints' => [
'depends' => [
'typo3' => '6.2.0-7.2.99',
],
'conflicts' => [
'lib_jquery_lazyload' => '0.0.0-'
],
'suggests' => [
'lib_jquery' => '0.0.1-'
],
],
];