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
27 lines (25 loc) · 772 Bytes
/
ext_emconf.php
File metadata and controls
27 lines (25 loc) · 772 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
<?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.
*/
$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',
'author_company' => 'Macopedia Sp. z o.o.',
'category' => 'fe',
'version' => '3.2.2',
'constraints' => [
'depends' => [
'frontend' => '11.4.0-11.5.99',
'typo3' => '11.4.0-11.5.99'
],
'conflicts' => [],
'suggests' => [],
],
];