mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 21:36:10 +01:00
18 lines
356 B
PHP
18 lines
356 B
PHP
|
<?php
|
||
|
|
||
|
$EM_CONF['example'] = [
|
||
|
'title' => 'Events Test',
|
||
|
'category' => 'plugin',
|
||
|
'description' => 'Example for tests',
|
||
|
'state' => 'alpha',
|
||
|
'version' => '1.0.0',
|
||
|
'constraints' => [
|
||
|
'depends' => [
|
||
|
'events' => '',
|
||
|
'typo3' => '',
|
||
|
],
|
||
|
'conflicts' => [],
|
||
|
'suggests' => [],
|
||
|
],
|
||
|
];
|