-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathext_emconf.php
38 lines (38 loc) · 1000 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
28
29
30
31
32
33
34
35
36
37
38
<?php
$EM_CONF[$_EXTKEY] = [
"title" => "MageDeveloper DataViewer",
"description" => "Build easy and intuitive TCA-records (e.g. News, Jobs, Events and more) on the fly without developing a new extension. Only templating is needed; includes many plugins for all kinds of usage!",
"category" => "plugin",
"shy" => 0,
"version" => "2.0.0",
"dependencies" => "cms,extbase,fluid",
"conflicts" => "",
"priority" => "",
"loadOrder" => "",
"module" => "",
"state" => "stable",
"uploadfolder" => 1,
"createDirs" => "uploads/tx_dataviewer/",
"modify_tables" => "",
"clearcacheonload" => 1,
"lockType" => "",
"author" => "Bastian Zagar",
"author_email" => "[email protected]",
"author_company" => "",
"CGLcompliance" => "",
"CGLcompliance_note" => "",
"constraints" => [
"depends" => [
"typo3" => "8.7.0-8.7.1",
"extbase" => "",
"fluid" => "",
],
"conflicts" => [
],
"suggests" => [
],
],
"_md5_values_when_last_written" => "a:0:{}",
"suggests" => [
],
];