Newer
Older
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
"modules": [
{
"config": {
"position": [
982,
274
]
},
"name": "New Model Object",
"value": {
"actionGroup": {
"_default0_list": false,
"_default1_show": false,
"_default2_new_create": false,
"_default3_edit_update": false,
"_default4_delete": false,
"customActions": []
},
"name": "Menu",
"objectsettings": {
"addDeletedField": true,
"addHiddenField": true,
"addStarttimeEndtimeFields": true,
"aggregateRoot": true,
"categorizable": false,
"description": "",
"mapToTable": "",
"parentClass": "",
"sorting": false,
"type": "Entity",
"uid": "782096674115"
},
"propertyGroup": {
"properties": [
{
"allowedFileTypes": "",
"maxItems": "1",
"propertyDescription": "Name of the menu",
"propertyIsExcludeField": false,
"propertyIsL10nModeExclude": false,
"propertyIsRequired": true,
"propertyName": "title",
"propertyType": "String",
"uid": "1605171702573"
}
]
},
"relationGroup": {
"relations": [
{
"foreignRelationClass": "",
"lazyLoading": false,
"propertyIsExcludeField": false,
"relationDescription": "",
"relationName": "menuGroup",
"relationType": "manyToOne",
"relationWire": "[wired]",
"renderType": "selectSingle",
"uid": "910633819500"
},
{
"foreignRelationClass": "",
"lazyLoading": false,
"propertyIsExcludeField": false,
"relationDescription": "",
"relationName": "menuItem",
"relationType": "zeroToMany",
"relationWire": "[wired]",
"renderType": "inline",
"uid": "498399672732"
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
}
]
}
}
},
{
"config": {
"position": [
1258,
14
]
},
"name": "New Model Object",
"value": {
"actionGroup": {
"_default0_list": false,
"_default1_show": false,
"_default2_new_create": false,
"_default3_edit_update": false,
"_default4_delete": false,
"customActions": []
},
"name": "MenuGroup",
"objectsettings": {
"addDeletedField": true,
"addHiddenField": true,
"addStarttimeEndtimeFields": true,
"aggregateRoot": true,
"categorizable": false,
"description": "",
"mapToTable": "",
"parentClass": "",
"sorting": false,
"type": "Entity",
"uid": "908718443858"
},
"propertyGroup": {
"properties": [
{
"allowedFileTypes": "",
"maxItems": "1",
"propertyDescription": "Name of the menu group",
"propertyIsExcludeField": false,
"propertyIsL10nModeExclude": false,
"propertyIsRequired": false,
"propertyName": "title",
"propertyType": "String",
"uid": "1499991436488"
}
]
},
"relationGroup": {
"relations": []
}
}
},
{
"config": {
"position": [
471,
365
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
]
},
"name": "New Model Object",
"value": {
"actionGroup": {
"_default0_list": false,
"_default1_show": false,
"_default2_new_create": false,
"_default3_edit_update": false,
"_default4_delete": false,
"customActions": []
},
"name": "MenuItem",
"objectsettings": {
"addDeletedField": true,
"addHiddenField": true,
"addStarttimeEndtimeFields": true,
"aggregateRoot": true,
"categorizable": false,
"description": "",
"mapToTable": "",
"parentClass": "",
"sorting": false,
"type": "Entity",
"uid": "461753844786"
},
"propertyGroup": {
"properties": [
{
"allowedFileTypes": "",
"maxItems": "1",
"propertyDescription": "Type of the menu item",
"propertyIsExcludeField": false,
"propertyIsL10nModeExclude": false,
"propertyIsRequired": true,
"propertyName": "type",
"propertyType": "Select",
"uid": "907885444815"
},
{
"allowedFileTypes": "",
"maxItems": "1",
"propertyDescription": "Name of the menu item",
"propertyIsExcludeField": false,
"propertyIsL10nModeExclude": false,
"propertyIsRequired": true,
"propertyName": "title",
"propertyType": "String",
"uid": "1275033111048"
},
{
"allowedFileTypes": "",
"maxItems": "1",
"propertyDescription": "",
"propertyIsExcludeField": false,
"propertyIsL10nModeExclude": false,
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
"propertyIsRequired": false,
"propertyName": "subtitle",
"propertyType": "String",
"uid": "459494162104"
},
{
"allowedFileTypes": "",
"maxItems": "1",
"propertyDescription": "Optional link image",
"propertyIsExcludeField": false,
"propertyIsL10nModeExclude": false,
"propertyIsRequired": false,
"propertyName": "image",
"propertyType": "Image",
"uid": "232675499137"
},
{
"allowedFileTypes": "",
"maxItems": "1",
"propertyDescription": "",
"propertyIsExcludeField": false,
"propertyIsL10nModeExclude": false,
"propertyIsRequired": false,
"propertyName": "page",
"propertyType": "String",
"uid": "1319275530787"
},
{
"allowedFileTypes": "",
"maxItems": "1",
"propertyDescription": "",
"propertyIsExcludeField": false,
"propertyIsL10nModeExclude": false,
"propertyIsRequired": false,
"propertyName": "link",
"propertyType": "String",
"uid": "729781755652"
},
{
"allowedFileTypes": "",
"maxItems": "1",
"propertyDescription": "",
"propertyIsExcludeField": false,
"propertyIsL10nModeExclude": false,
"propertyIsRequired": false,
"propertyName": "content",
"propertyType": "RichText",
"uid": "1242707690455"
}
]
},
"relationGroup": {
"relations": [
{
"foreignRelationClass": "",
"lazyLoading": false,
"propertyIsExcludeField": true,
"relationDescription": "",
"relationName": "submenu",
"relationType": "zeroToMany",
"relationWire": "[wired]",
"renderType": "inline",
"uid": "1611042414700"
}
]
"properties": {
"backendModules": [],
"description": "Menu Builder by netzlabor coding GmbH",
"emConf": {
"category": "plugin",
"custom_category": "",
"dependsOn": "typo3 => 9.5.0-9.5.99\n",
"disableLocalization": false,
"disableVersioning": false,
"skipGenerateDocumentationTemplate": false,
"sourceLanguage": "en",
"state": "alpha",
"targetVersion": "9.5.0-9.5.99",
"version": "1.0.0"
},
"extensionKey": "nl_menubuilder",
"name": "Menu Builder",
"originalExtensionKey": "nl_menubuilder",
"originalVendorName": "NL",
"persons": [],
"plugins": [],
"vendorName": "NL"
},
"wires": [
{
"src": {
"moduleId": 0,
"terminal": "relationWire_1",
"uid": "498399672732"
},
"tgt": {
"moduleId": 2,
"terminal": "SOURCES",
"uid": "461753844786"
}
},
{
"src": {
"moduleId": 0,
"terminal": "relationWire_0",
"uid": "910633819500"
},
"tgt": {
"moduleId": 1,
"terminal": "SOURCES",
"uid": "908718443858"
}
},
{
"src": {
"moduleId": 2,
"terminal": "relationWire_0",
"uid": "1611042414700"
},
"tgt": {
"moduleId": 0,
"terminal": "SOURCES",
"uid": "782096674115"
}
"storagePath": "\/var\/www\/html\/public\/typo3conf\/ext\/",
"log": {
"last_modified": "2021-04-23 09:51",
"extension_builder_version": "9.10.3",
"be_user": " (1)"
}