‪TYPO3CMS  9.5
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 ‪$EM_CONF[$_EXTKEY] = [
3  'title' => 'Indexed Search Engine',
4  'description' => 'Indexed Search Engine for TYPO3 pages, PDF-files, Word-files, HTML and text files. Provides a backend module for statistics of the indexer and a frontend plugin. Documentation can be found in the extension "doc_indexed_search".',
5  'category' => 'plugin',
6  'state' => 'stable',
7  'uploadfolder' => 0,
8  'createDirs' => '',
9  'clearCacheOnLoad' => 0,
10  'author' => 'TYPO3 Core Team',
11  'author_email' => 'typo3cms@typo3.org',
12  'author_company' => '',
13  'version' => '9.5.32',
14  'constraints' => [
15  'depends' => [
16  'typo3' => '9.5.32',
17  ],
18  'conflicts' => [],
19  'suggests' => [
20  'scheduler' => '',
21  ],
22  ],
23 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2