-
Notifications
You must be signed in to change notification settings - Fork 7
/
heavylifting.json
118 lines (118 loc) · 4.75 KB
/
heavylifting.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
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
{
"collections": {
"documentation": {
"collectionName": "documentation",
"formcollectionname": "documentation",
"datacollectionname": "documentation",
"additionaldetailcollection": "documentation",
"rawform": "58aa74130b9d3241280ecf16",
"parentids": "58d2010b118e812d18654119",
"navigationform": "58aa74150b9d3241280ecf18",
"primaryform": "58aa74120b9d3241280ecf15",
"formcreator":"58aa74140b9d3241280ecf17",
"pagetitle": "Documentation",
"navmenu1":"false",
"navmenu2":"false",
"navmenu3":"false",
"navmenu4":"true",
"description": "Documentation for this site."
},"dummydb": {
"collectionName": "dummydb",
"formcollectionname": "dummydb",
"datacollectionname": "dummydb",
"additionaldetailcollection": "dummydb",
"rawform": "58aa74130b9d3241280ecf16",
"parentids": "58d2010b118e812d18654119",
"navigationform": "58aa74150b9d3241280ecf18",
"primaryform": "58aa74120b9d3241280ecf15",
"formcreator":"58aa74140b9d3241280ecf17",
"dummyobject1":"58aa74140b9d3241280ecf20",
"dummyobject2":"58aa74140b9d3241280ecf21",
"pagetitle": "Dummydb",
"navmenu1":"false",
"navmenu2":"false",
"navmenu3":"true",
"navmenu4":"false",
"description": "Dummydb for this site."
},
"gamedata": {
"collection": "gamedata",
"collectionName": "gamedata",
"formcollectionname": "gamedata",
"datacollectionname": "gamedata",
"additionaldetailcollection": "gamedata",
"rawform": "58aa74130b9d3241280ecf16",
"parentids": "58aa74150b9d3241280ecf23",
"navigationform": "58aa74150b9d3241280ecf18",
"primaryform": "58aa74120b9d3241280ecf16",
"formcreator":"58aa74140b9d3241280ecf17",
"pagetitle": "Game Data",
"navmenu1":"true",
"navmenu2":"false",
"navmenu3":"false",
"description": "Create, read, update and delete your gamedata. , This is a test"
},
"components": {
"collection": "gamedata",
"collectionName": "gamedata",
"formcollectionname": "gamedata",
"datacollectionname": "gamedata",
"additionaldetailcollection": "gamedata",
"rawform": "58aa74130b9d3241280ecf16",
"parentids": "5f88285ef1bddc2a4484dd55",
"navigationform": "58aa74150b9d3241280ecf18",
"primaryform": "58aa74120b9d3241280ecf16",
"formcreator":"58aa74140b9d3241280ecf17",
"pagetitle": "Components",
"navmenu1":"true",
"navmenu2":"false",
"navmenu3":"false",
"description": "Create, read, update and delete your gamedata. , This is a test"
},
"gameform": {
"collectionName": "gamedata",
"formcollectionname": "gamedata",
"datacollectionname": "gamedata",
"additionaldetailcollection": "gamedata",
"rawform": "58aa74130b9d3241280ecf16",
"parentids": "58aa74150b9d3241280ecf22",
"navigationform": "58aa74150b9d3241280ecf18",
"primaryform": "58aa74120b9d3241280ecf16",
"formcreator":"58aa74140b9d3241280ecf17",
"pagetitle": "Game Forms",
"navmenu1":"false",
"navmenu2":"false",
"navmenu3":"true",
"description": ""
},"shop": {
"collectionName": "shop",
"formcollectionname": "shop",
"datacollectionname": "shop",
"additionaldetailcollection": "gamedata",
"rawform": "58aa74130b9d3241280ecf16",
"parentids": "58aa74150b9d3241280ecf22",
"navigationform": "58aa74150b9d3241280ecf18",
"primaryform": "58aa74120b9d3241280ecf16",
"formcreator":"58aa74140b9d3241280ecf17",
"pagetitle": "Shop",
"navmenu1":"true",
"navmenu2":"false",
"navmenu3":"false",
"description": ""
}
},
"descriptions": {
"collectionName": "The name of the collection with in Mongodb.",
"formcollectionname": "asdasd",
"datacollectionname": "asdasdas",
"additionaldetailcollection": "asasdasd",
"rawform": "The second database entry , used for the creation of new items. No new revisions , only 1 entry . i.e no elementID revisions.",
"parentids": "The navigation menu id. Does allow for the revision of elementID.",
"navigationform": "This form is item number 4 in the Database , this is not revised up at any point , i.e there are no elementID's with this number , only the ObjectID in the collection. The navigation form needs to be located in the Collection Name. Use this query in Robot to find this db.getCollection('heavylifting').find({'_id' : ObjectId('58aa74150b9d3241280ecf18')})",
"pagetitle": "The page title to be displayed on entry to browsing the collection.",
"description": "Description of the collection.",
"navmenu1":"Navigation menu 1",
"navmenu2":"Navigation menu 2",
"navmenu3":"Navigation menu 3"
}
}