forked from DrWh0286/fluid-styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
27 lines (26 loc) · 877 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
<?php
/**
* Extension Manager/Repository config file for ext "tub_base_package".
*
* This extension is based on Higher Education Package (t3g/university-package)
* of the Higher Education Package Team of TYPO3 GmbH. For more information contact [email protected].
*/
$EM_CONF[$_EXTKEY] = [
'title' => 'Fluid Styleguide',
'description' => 'Provides a css and fluid component based styleguide',
'category' => 'template',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-9.5.99',
'fluid_components' => '*'
],
],
'state' => 'alpha',
'uploadfolder' => 0,
'createDirs' => 'typo3temp/assets/fluid_styleguide/styleguide',
'clearCacheOnLoad' => 1,
'author' => 'Sebastian Hofer',
'author_email' => '[email protected]',
'author_company' => 'Pluswerk AG',
'version' => '0.0.1',
];