-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
ext_emconf.php
30 lines (28 loc) · 953 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "sf_banners".
*
* Auto generated 03-09-2013 15:50
*
* 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' => 'Banner-Management',
'description' => 'Banner-Management Extension based on Extbase and Fluid. Loads banners asynchronously using JavaScript.',
'category' => 'plugin',
'author' => 'Torben Hansen',
'author_email' => 'torben@derhansen.com',
'state' => 'stable',
'uploadfolder' => 1,
'clearCacheOnLoad' => 0,
'version' => '7.1.0',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-12.4.99',
],
'conflicts' => [],
'suggests' => [],
],
];