-
Notifications
You must be signed in to change notification settings - Fork 27
/
ext_emconf.php
31 lines (29 loc) · 1.34 KB
/
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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "gridelements".
* Auto generated 17-06-2013 22:35
* 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' => 'Grid Elements',
'description' => 'Be part of the future of TYPO3! Support Gridelements now and unlock exclusive early access to Version 13! The well-established Gridelements Version 12 elevates TYPO3 by bringing grid-based layouts to content elements, with powerful features like advanced drag & drop and real references. Supercharge your backend workflow and make daily tasks easier. Join us in creating the next exciting version: https://coders.care/for/crowdfunding/gridelements',
'category' => 'be',
'version' => '12.0.0',
'state' => 'stable',
'createDirs' => '',
'modify_tables' => 'tt_content',
'author' => 'Grid Elements Team',
'author_email' => '[email protected]',
'constraints' => [
'depends' => [
'typo3' => '11.5.99-12.4.99',
],
'conflicts' => [
'templavoila' => '',
'jfmulticontent' => ''
],
'suggests' => [],
],
];