-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathext_emconf.php
More file actions
29 lines (28 loc) · 889 Bytes
/
Copy pathext_emconf.php
File metadata and controls
29 lines (28 loc) · 889 Bytes
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
<?php
/***************************************************************
* Extension Manager/Repository config file.
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'DeepL translation for TYPO3 Backend',
'description' => 'Translates pages, content and records using DeepL',
'category' => 'be',
'constraints' => [
'depends' => [
'php' => '8.2.0-8.5.99',
'typo3' => '14.0.0-14.3.999',
'core' => '',
'backend' => '',
],
'conflicts' => [
'deepltranslate' => '',
'wv_deepltranslate' => '',
],
'suggests' => [],
],
'state' => 'stable',
'clearcacheonload' => 1,
'author' => 'Dmitry Dulepov',
'author_email' => 'dmitry.dulepov@gmail.com',
'author_company' => '',
'version' => '14.1.0',
];