-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
27 lines (25 loc) · 920 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "tinyaccordion".
*
* Auto generated 19-07-2020 09:58
*
* 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' => 'JavaScript Accordion based on the old TinyAccordion',
'description' => 'An easy-to-use extension to display pages, tt_content or news elements as an Accordion. Runs with TinyAccordion or jQuery UI-Accordion.',
'category' => 'plugin',
'version' => '8.2.0',
'state' => 'stable',
'clearcacheonload' => false,
'author' => 'Kurt Gusbeth',
'author_company' => 'fixpunkt für digitales GmbH',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-13.4.99'
]
]
];