This repository was archived by the owner on Dec 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathext_emconf.php
More file actions
35 lines (33 loc) · 1.28 KB
/
ext_emconf.php
File metadata and controls
35 lines (33 loc) · 1.28 KB
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
31
32
33
34
35
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "rlmp_language_detection".
*
* Auto generated 28-12-2012 23:24
*
* 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' => 'Language Detection',
'description' => 'This plugin detects the visitor\'s preferred language and sets the local configuration for TYPO3\'s language engine accordingly. Both, one-tree and multiple tree concepts, are supported. It can also select from a list of similar languages if the user\'s preferred language does not exist.',
'category' => 'misc',
'shy' => 0,
'version' => '8.1.2',
'state' => 'obsolete',
'uploadfolder' => 0,
'clearcacheonload' => 0,
'author' => 'Thomas Löffler',
'author_email' => 'thomas.loeffler@typo3.org',
'author_company' => '',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => [
'depends' => [
'typo3' => '7.6.22-8.99.99',
'static_info_tables' => '6.4.0-6.99.99'
],
'conflicts' => [],
'suggests' => [],
],
];