TYPO3 CMS  TYPO3_7-6
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = [
3  'title' => 'MySQL driver for Indexed Search Engine',
4  'description' => 'MySQL specific driver for Indexed Search Engine. Allows usage of MySQL-only features like FULLTEXT indexes.',
5  'category' => 'misc',
6  'state' => 'beta',
7  'uploadfolder' => 0,
8  'createDirs' => '',
9  'clearCacheOnLoad' => 0,
10  'author' => 'Michael Stucki',
11  'author_email' => 'michael@typo3.org',
12  'author_company' => '',
13  'version' => '7.6.33',
14  'constraints' => [
15  'depends' => [
16  'typo3' => '7.6.33',
17  'indexed_search' => '7.6.33',
18  ],
19  'conflicts' => [],
20  'suggests' => [],
21  ],
22 ];
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2