-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathext_emconf.php
More file actions
22 lines (21 loc) · 605 Bytes
/
Copy pathext_emconf.php
File metadata and controls
22 lines (21 loc) · 605 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'rest',
'description' => 'REST API for TYPO3 CMS',
'category' => 'services',
'author' => 'Daniel Corn',
'author_email' => 'info@cundd.net',
'author_company' => 'cundd',
'state' => 'alpha',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => true,
'version' => '5.1.0',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-11.5.99',
],
'conflicts' => [],
'suggests' => [],
],
];