forked from Gernott/mask
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
38 lines (38 loc) · 1.19 KB
/
ext_emconf.php
File metadata and controls
38 lines (38 loc) · 1.19 KB
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
38
<?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.',
'shy' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 1,
'lockType' => '',
'version' => '4.1.0',
'constraints' => [
'depends' => [
'typo3' => '9.3.0-9.5.99',
'extbase' => '9.3.0-9.5.99',
'fluid' => '9.3.0-9.5.99',
],
'conflicts' => [],
'suggests' => [
'gridelements' => ''
],
],
'autoload' =>
[
'psr-4' =>
[
"MASK\\Mask\\" => "Classes/"
]
]
];