forked from ingeniumdesign/indexed_search_autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
28 lines (26 loc) · 811 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
<?php
/*
* This file is part of the package ID\IndexedSearchAutocomplete.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
*/
$EM_CONF[$_EXTKEY] = [
'title' => 'Indexed Search Autocomplete',
'description' => 'Extends the TYPO3 Core Extension Indexed_Search searchform with an autocomplete feature.',
'category' => 'plugin',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-12.9.99',
],
'conflicts' => [],
],
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author' => 'Sebastian Schmal',
'author_email' => '[email protected]',
'author_company' => 'INGENIUMDESIGN',
'version' => '1.0.12',
];