forked from TYPO3-Headless/headless
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
29 lines (27 loc) · 759 Bytes
/
Copy pathext_emconf.php
File metadata and controls
29 lines (27 loc) · 759 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
/*
* This file is part of the "headless" Extension for TYPO3 CMS.
*
* For the full copyright and license information, please read the
* LICENSE.md file that was distributed with this source code.
*
* (c) 2021
*/
$EM_CONF[$_EXTKEY] = [
'title' => 'Headless',
'description' => 'This extension provides way to output content from TYPO3 in JSON format.',
'state' => 'stable',
'author' => 'Łukasz Uznański',
'author_email' => 'extensions@macopedia.pl',
'category' => 'fe',
'internal' => '',
'version' => '2.4.0',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.4.99',
'frontend' => '9.5.0-10.4.99'
],
'conflicts' => [],
'suggests' => [],
],
];