-
-
Notifications
You must be signed in to change notification settings - Fork 86
/
ext_emconf.php
25 lines (24 loc) · 941 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
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'Mask',
'description' => 'Create your own content elements and page templates. Easy to use, even without programming skills because of the comfortable drag and drop system. Stored in structured database tables. Style your frontend with Fluid tags. Ideal, if you want to switch from Templavoila.',
'category' => 'plugin',
'author' => 'WEBprofil - Gernot Ploiner e.U.',
'author_email' => 'office@webprofil.at',
'author_company' => 'WEBprofil - Gernot Ploiner e.U.',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '9.0.4',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-13.4.99',
'fluid' => '12.4.0-13.4.99',
'fluid_styled_content' => '12.4.0-13.4.99',
],
'conflicts' => [],
'suggests' => [
'gridelements' => '',
'container' => '',
],
],
];