-
Notifications
You must be signed in to change notification settings - Fork 1
/
ext_emconf.php
37 lines (35 loc) · 962 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
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' => '7.0.0',
'state' => 'stable',
'clearcacheonload' => false,
'author' => 'Helmut Hackbarth',
'author_email' => 'typo3@t3solution.de',
'author_company' => 't3solution',
'constraints' =>
[
'depends' =>
[
'typo3' => '12.4.22-13.99.99',
'news' => '12.0.0-12.99.99',
],
'conflicts' =>
[
],
'suggests' =>
[
],
],
];