-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
30 lines (28 loc) · 983 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: "sav_filters"
*
* Auto generated by SAV Library Kickstarter 15-02-23
*
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'SAV Filters',
'description' => 'A set of filters (alphabetic, months, search, selectors, mini calendar...) to be used with extension created by SAV Library Kickstarter for the SAV Library Plus and SAV Library Mvc.',
'category' => 'plugin',
'author' => 'Laurent Foulloy',
'author_email' => 'yolf.typo3@orange.fr',
'author_company' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '11.5.0',
'constraints' => [
'depends' => [
'typo3' => '9.5.28-11.5.99'
],
'conflicts' => [],
'suggests' => [],
],
];