forked from Gernott/mask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
25 lines (24 loc) · 949 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['mask'] = [
'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' => '[email protected]',
'author_company' => 'WEBprofil - Gernot Ploiner e.U.',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '6.4.4',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-10.4.99',
'extbase' => '10.4.0-10.4.99',
'fluid' => '10.4.0-10.4.99',
'fluid_styled_content' => '10.4.0-10.4.99'
],
'conflicts' => [],
'suggests' => [
'gridelements' => ''
],
],
];