forked from kaystrobach/TYPO3.simulatefe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ExtensionBuilder.json
92 lines (92 loc) · 2.97 KB
/
ExtensionBuilder.json
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
{
"modules": [
{
"config": {
"position": [
293,
103
]
},
"name": "New Model Object",
"value": {
"actionGroup": {
"_default0_list": true,
"_default1_show": false,
"_default2_new_create": false,
"_default3_edit_update": false,
"_default4_delete": false,
"customActions": [
"logout",
"switch"
]
},
"name": "User",
"objectsettings": {
"addDeletedField": false,
"addHiddenField": false,
"addStarttimeEndtimeFields": false,
"aggregateRoot": true,
"categorizable": false,
"description": "User Representation",
"mapToTable": "fe_users",
"parentClass": "\\TYPO3\\CMS\\Extbase\\Domain\\Model\\FrontendUser",
"sorting": false,
"type": "Entity",
"uid": "363449384805"
},
"propertyGroup": {
"properties": []
},
"relationGroup": {
"relations": []
}
}
}
],
"properties": {
"backendModules": [],
"description": "Allows backend users to simulate frontend users ",
"emConf": {
"category": "plugin",
"custom_category": "",
"dependsOn": "typo3 => 7.6.0-7.6.99\n",
"disableLocalization": false,
"disableVersioning": false,
"skipGenerateDocumentationTemplate": false,
"sourceLanguage": "en",
"state": "beta",
"targetVersion": "7.6.0-7.6.99",
"version": "2.0.0"
},
"extensionKey": "simulatefe",
"name": "Simulate FE User",
"originalExtensionKey": "simulatefe",
"originalVendorName": "KAYSTROBACH",
"persons": [
{
"company": "MadaXel IT Solutions UG",
"email": "[email protected]",
"name": "Markus Gerdes",
"role": "Developer"
}
],
"plugins": [
{
"actions": {
"controllerActionCombinations": "User=>list, switch, logout",
"noncacheableActions": "User=>list, switch, logout",
"switchableActions": "List\nUser->list"
},
"key": "simulate",
"name": "FE-User Selector"
}
],
"vendorName": "KAYSTROBACH"
},
"wires": [],
"log": {
"last_modified": "2016-07-21 11:31",
"extension_builder_version": "7.6.0",
"be_user": " (9)"
}
}