-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathext_emconf.php
32 lines (30 loc) · 939 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
29
30
31
32
<?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.0.0-8.1.999',
'typo3' => '12.4.0-12.4.999',
'core' => '',
'backend' => '',
],
'conflicts' => [
'deepltranslate' => '',
'wv_deepltranslate' => '',
],
'suggests' => [],
],
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearcacheonload' => 1,
'author' => 'Dmitry Dulepov',
'author_email' => '[email protected]',
'author_company' => '',
'version' => '12.7.0'
];