ds-site/ext_emconf.php

22 lines
549 B
PHP
Raw Normal View History

2019-11-13 23:40:26 +01:00
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'Daniel Siepmann Website',
'description' => 'Configuration of Daniel Siepmann Website',
'category' => 'fe',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author' => 'Daniel Siepmann',
'author_email' => 'coding@daniel-siepmann.de',
'author_company' => '',
'version' => '1.0.0',
2019-11-13 23:40:26 +01:00
'constraints' => [
'depends' => [
'core' => '',
],
'conflicts' => [],
'suggests' => [],
],
];