events/ext_emconf.php
Daniel Siepmann 9498fec755
Add support for new PRICE_INFO_EXTRA field (#55)
Support new `PRICE_INFO_EXTRA` field as price info.
The existing field `PRICE_INFO` is kept as fallback.

Relates: #11171
2024-05-14 09:52:39 +02:00

20 lines
529 B
PHP

<?php
$EM_CONF['events'] = [
'title' => 'Events',
'description' => 'Extension to manage events',
'category' => 'plugin',
'author' => 'Dirk Koritnik, Daniel Siepmann',
'author_email' => 'koritnik@werkraum-media.de, coding@daniel-siepmann.de',
'state' => 'stable',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '3.7.0',
'constraints' => [
'depends' => [
'typo3' => '10.4.00-11.5.99',
],
'conflicts' => [],
'suggests' => [],
],
];