-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathext_emconf.php
More file actions
37 lines (35 loc) · 962 Bytes
/
ext_emconf.php
File metadata and controls
37 lines (35 loc) · 962 Bytes
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
37
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "newsslider".
*
* Auto generated 13-11-2022 09:53
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'News slider Template-Layout',
'description' => 'Slider Template-Layout for versatile news extension (tx_news).',
'category' => 'templates',
'version' => '14.0.0',
'state' => 'stable',
'clearcacheonload' => false,
'author' => 'Helmut Hackbarth',
'author_email' => 'typo3@t3solution.de',
'author_company' => 't3solution',
'constraints' =>
[
'depends' =>
[
'typo3' => '13.4.20-14.4.99',
'news' => '13.0.0-14.99.99',
],
'conflicts' =>
[
],
'suggests' =>
[
],
],
];