forked from slub/slub_events
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
executable file
·30 lines (27 loc) · 1005 Bytes
/
ext_emconf.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "slub_events".
*
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'SLUB: Event Registration',
'description' => 'Tool for event registration and experts booking.
This extension is developped and used in production at the Saxony State and University Library (SLUB) Dresden, Germany.',
'category' => 'plugin',
'author' => 'Alexander Bigga',
'author_email' => '[email protected]',
'author_company' => 'SLUB Dresden',
'state' => 'stable',
'uploadfolder' => true,
'createDirs' => 'typo3temp/tx_slubevents/',
'version' => '6.0.0',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-11.5.99',
],
'conflicts' => [
],
'suggests' => [
],
],
];