-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathext_emconf.php
46 lines (44 loc) · 1.4 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
45
46
<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "typo3themeskeleton"
*
* Auto generated by Extension Builder 2017-02-24
*
* Manual updates:
* Only the data in the array - anything else is removed by next write.
* "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF['typo3themeskeleton'] = [
'title' => 'GroundStack Theme Skeleton',
'description' => 'Distribution theme skeleton: Anpassbar im Backend im Konstanten Editor.',
'category' => 'distribution',
'author' => 'Christian Hackl',
'author_email' => 'chackl@hauer-heinrich.de',
'state' => 'beta',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '0.0.1',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-9.9.99',
'fluid_styled_content' => '9.5.0-9.9.99',
'gridelements' => '9.0.0-9.9.9',
'news' => '7.0.0-9.9.9',
'tt_address' => '4.0.0-4.9.9',
'powermail' => '6.0.0-9.9.9',
'hh_slider' => '',
'hh_seo' => ''
],
'conflicts' => [
],
'suggests' => [
],
],
'autoload' => [
'psr-4' => [
'GroundStack\\Typo3ThemeSkeleton\\' => 'Classes'
],
],
];