forked from T3Voila/templavoilaplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
26 lines (26 loc) · 865 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
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'TemplaVoilà! Plus - Classic Edition for 10.x',
'description' => 'Point-and-click, popular and easy template engine for TYPO3. Replacement for old TemplaVoilà!.',
'category' => 'misc',
'version' => '7.3.3w12',
'state' => 'excludeFromUpdates', // pre-beta
'uploadfolder' => 0,
'createDirs' => 'uploads/tx_templavoilaplus/',
'clearcacheonload' => 1,
'author' => 'Alexander Opitz, A. w010 Wolski',
'author_email' => '[email protected]',
'author_company' => 'Extrameile GmbH',
'constraints' => [
'depends' => [
'php' => '7.2.0-7.3.99',
'typo3' => '10.4.0-10.4.99',
],
'conflicts' => [
'templavoila' => '',
],
'suggests' => [
'typo3db_legacy' => '1.1.1-1.99.99',
],
],
];