mirror of
https://github.com/werkraum-media/calendar.git
synced 2024-11-21 09:36:10 +01:00
21 lines
526 B
PHP
21 lines
526 B
PHP
<?php
|
|
|
|
$EM_CONF['calendar'] = [
|
|
'title' => 'Calendar',
|
|
'description' => 'API for extensions to create calendar',
|
|
'category' => 'misc',
|
|
'author' => 'Daniel Siepmann',
|
|
'author_email' => 'coding@daniel-siepmann.de',
|
|
'author_company' => 'Codappix GmbH',
|
|
'state' => 'alpha',
|
|
'uploadfolder' => 0,
|
|
'clearCacheOnLoad' => 0,
|
|
'version' => '2.0.0',
|
|
'constraints' => [
|
|
'depends' => [
|
|
'typo3' => '*',
|
|
],
|
|
'conflicts' => [],
|
|
'suggests' => [],
|
|
],
|
|
];
|