-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathext_emconf.php
More file actions
36 lines (34 loc) · 1.2 KB
/
Copy pathext_emconf.php
File metadata and controls
36 lines (34 loc) · 1.2 KB
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
31
32
33
34
35
36
<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "dated_news"
*
* Auto generated by Extension Builder 2017-01-21
*
* Manual updates:
* Only the data in the array - anything else is removed by next write.
* "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'Dated News',
'description' => 'Extends the TYPO3 versatile news system extension tx_news with a calendar view using fullcalendar.js/qtip.js and allows to book for the now pricable events',
'category' => 'fe',
'author' => 'Falk Röder',
'author_email' => 'mail@falk-roeder.de',
'state' => 'stable',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '5.1.1',
'constraints' => [
'depends' => [
'typo3' => '7.6.13-8.7.99',
'news' => '5.3.0-6.3.99',
'recurr' => '1.0.0',
],
'conflicts' => [
],
'suggests' => [
],
],
];