forked from Oktopuce/site_generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
22 lines (20 loc) · 937 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
<?php
/*********************************************************************
* Extension Manager/Repository config file for ext: "site_generator"
*********************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'Site generator / tree model duplicator',
'description' => 'Site generator wizard used to generate mini-website or duplicate tree model, it will automatically create associated BE/FE groups, create directories with associated files mount, add domain name, update Typoscript configuration (folders/pages ID and TCEMAIN.clearCacheCmd), update slugs.',
'category' => 'services',
'author' => 'Florian Rival',
'author_email' => '[email protected]',
'state' => 'stable',
'version' => '2.0.1',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99'
],
'conflicts' => [],
'suggests' => []
],
];