This repository was archived by the owner on Jul 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathExtensionBuilder.json
More file actions
118 lines (113 loc) · 3.82 KB
/
ExtensionBuilder.json
File metadata and controls
118 lines (113 loc) · 3.82 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
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
{
"modules": [
{
"config": {
"position": [
263,
140
]
},
"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": "Person",
"objectsettings": {
"addDeletedField": true,
"addHiddenField": true,
"addStarttimeEndtimeFields": true,
"aggregateRoot": true,
"categorizable": false,
"description": "Person",
"mapToTable": "",
"parentClass": "",
"sorting": false,
"type": "Entity",
"uid": "434031327938"
},
"propertyGroup": {
"properties": [
{
"allowedFileTypes": "",
"maxItems": "1",
"propertyDescription": "",
"propertyIsExcludeField": true,
"propertyIsRequired": false,
"propertyName": "firstName",
"propertyType": "String",
"uid": "359730677318"
},
{
"allowedFileTypes": "",
"maxItems": "1",
"propertyDescription": "",
"propertyIsExcludeField": true,
"propertyIsRequired": false,
"propertyName": "lastName",
"propertyType": "String",
"uid": "891646962085"
},
{
"allowedFileTypes": "",
"maxItems": "1",
"propertyDescription": "",
"propertyIsExcludeField": true,
"propertyIsRequired": false,
"propertyName": "birthday",
"propertyType": "NativeDate",
"uid": "1157957836687"
}
]
},
"relationGroup": {
"relations": [
]
}
}
}
],
"properties": {
"backendModules": [
],
"description": "Customized examples for the REST extension",
"emConf": {
"category": "plugin",
"custom_category": "",
"dependsOn": "typo3 => 6.2\n",
"disableLocalization": false,
"disableVersioning": false,
"sourceLanguage": "en",
"state": "alpha",
"targetVersion": "6.2",
"version": ""
},
"extensionKey": "custom_rest",
"name": "Custom REST extensions",
"originalExtensionKey": "custom_rest",
"persons": [
{
"company": "",
"email": "info@cundd.net",
"name": "Daniel Corn",
"role": "Developer"
}
],
"plugins": [
],
"vendorName": "Cundd"
},
"wires": [
],
"log": {
"last_modified": "2014-05-24 12:43",
"extension_builder_version": "6.2.0",
"be_user": "Daniel Corn (1)"
}
}