forked from DMKEBUSINESSGMBH/typo3-t3twig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
44 lines (43 loc) · 1.21 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
<?php
/**
* Extension Manager/Repository config file for ext "t3twig".
*
* @category TYPO3-Extension
*
* @author Eric Hertwig <[email protected]>
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
* @see https://www.dmk-ebusiness.de/
*/
$EM_CONF['t3twig'] = [
'title' => 'T3twig',
'description' => 'TYPO3 extension to render page templates with Twig and extend rn_base for using Twig templates instead of marker',
'shy' => 0,
'version' => '12.0.0',
'dependencies' => 'cms',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'modify_tables' => '',
'clearcacheonload' => 0,
'lockType' => '',
'category' => 'misc',
'author' => 'DMK E-BUSINESS GmbH',
'author_email' => '[email protected]',
'author_company' => 'DMK E-BUSINESS GmbH',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => [
'depends' => [
'rn_base' => '1.18.0-',
'typo3' => '11.5.00-12.4.99',
],
'conflicts' => [],
'suggests' => [],
],
'_md5_values_when_last_written' => '',
'suggests' => [],
];