forked from team23/t23_inline_container
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
31 lines (28 loc) · 913 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
<?php
/*
* This file is part of TYPO3 CMS-based extension "t23_inline_container" by TEAM23.
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*/
$EM_CONF[$_EXTKEY] = [
'title' => 'T23 Inline Container',
'description' => 'An extension to manage content elements inline in b13/container similar like possible in gridelementsteam/gridelements before.',
'category' => 'misc',
'author' => 'TEAM23',
'author_email' => '[email protected]',
'author_company' => 'TEAM23',
'state' => 'beta',
'clearCacheOnLoad' => true,
'version' => '0.0.13',
'constraints' => [
'depends' => [
'typo3' => '11.0.0-12.9.99',
'container' => '2.3.1-2.9.99',
],
'conflicts' => [
],
'suggests' => [
'news' => '9.0.0-10.9.9'
],
],
];