mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-13 03:56:09 +01:00
17 lines
356 B
PHP
17 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' => [],
|
|
],
|
|
];
|