-
Notifications
You must be signed in to change notification settings - Fork 52
/
global.json
182 lines (182 loc) · 6.72 KB
/
global.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
{
"show": {
"projectTemplates": [
{
"id": "bare_project",
"priority": 0.97,
"name": "Empty Project",
"description": "An empty project into which you can add apps and cloud instances",
"type": "default",
"icon": "icon-circle-blank",
"category": "Blank",
"screenshots": [
{
"url": "public/img/templatePreview/blankproject_container.png"
}
],
"appTemplates": []
},
{
"id": "hello_world_project",
"priority": 1,
"name": "Hello World Project",
"description": "A FeedHenry primer project with various client instances, and a cloud instance with a single endpoint",
"type": "default",
"icon": "icon-globe",
"category": "Sample Projects",
"screenshots": [
{
"url": "https://raw.githubusercontent.com/feedhenry-templates/helloworld-app/master/screenshots/blankproject_nocontainer.png"
}
],
"appTemplates": [
"native_ios_swift_helloworld_app",
"helloworld_native_android_gradle_client",
"hello_world_hybrid_app",
"hello_world_mbaas_instance"
]
},
{
"id": "appforms_project",
"priority": 0.98,
"name": "Forms Project",
"description": "An AppForms project, for building Drag & Drop forms apps",
"type": "appforms",
"icon": "icon-tasks",
"category": "Forms",
"screenshots": [
{
"url": "https://raw.githubusercontent.com/feedhenry/appforms-project-client/master/screenshots/appformsproject_nocontainer.png"
}
],
"postProcessingOptions": {},
"configuration": {
"createFinishMessage": "Now select some Forms & a Theme to associate with your new Forms App",
"createFinishPath": "#projects/{{projectId}}/forms"
},
"appTemplates": [
{
"id": "appforms_client",
"name": "Cordova Forms App",
"icon": "icon-check",
"type": "client_advanced_hybrid",
"repoUrl": "git://github.com/feedhenry/appforms-project-client.git",
"githubUrl": "https://github.com/feedhenry/appforms-project-client.git",
"repoBranch": "refs/heads/master",
"forcedSelection": true,
"category": "Forms",
"description": "A template App for displaying Forms",
"screenshots": [
{
"url": "https://raw.githubusercontent.com/feedhenry/fh-template-apps/master/screenshots/apps/appforms_client/1.png"
}
]
},
"hello_world_mbaas_instance"
]
}
],
"appTemplates": [
{
"id": "hello_world_hybrid_app",
"name": "Cordova App",
"type": "client_advanced_hybrid",
"priority": 0.56,
"repoUrl": "git://github.com/feedhenry-templates/helloworld-app.git",
"githubUrl": "https://github.com/feedhenry-templates/helloworld-app.git",
"repoBranch": "refs/heads/master",
"icon": "icon-cordova",
"category": "Cordova",
"description": "An HTML5 Cordova App which echos your name via the Cloud",
"screenshots": [
{
"url": "https://raw.githubusercontent.com/feedhenry/fh-template-apps/master/screenshots/apps/hello_world_hybrid_app/1.png"
},
{
"url": "https://raw.githubusercontent.com/feedhenry/fh-template-apps/master/screenshots/apps/hello_world_hybrid_app/2.png"
}
]
},
{
"id": "hello_world_mbaas_instance",
"name": "Cloud App",
"type": "cloud_nodejs",
"priority": 0.02,
"description": "Hello World Node.js Express App which echos a username",
"docs": "https://raw.githubusercontent.com/feedhenry-templates/helloworld-cloud/master/README.md",
"repoUrl": "git://github.com/feedhenry-templates/helloworld-cloud.git",
"githubUrl": "https://github.com/feedhenry-templates/helloworld-cloud.git",
"repoBranch": "refs/heads/master",
"icon": "icon-cloud",
"category": "Sample Apps",
"forcedSelection": true
},
{
"id": "native_ios_swift_helloworld_app",
"name": "Native iOS (Swift) hello world app",
"type": "client_native_ios",
"priority": 0.445,
"description": "Native iOS (Swift) hello world app which echos your name via the Cloud",
"repoUrl": "git://github.com/feedhenry-templates/helloworld-ios-swift.git",
"githubUrl": "https://github.com/feedhenry-templates/helloworld-ios-swift.git",
"repoBranch": "refs/heads/master",
"icon": "icon-apple",
"selected": false,
"category": "iOS",
"screenshots": []
},
{
"id": "helloworld_native_android_gradle_client",
"name": "Helloworld Native Android Gradle App",
"type": "client_native_android",
"priority": 0.445,
"description": "Native Android Hello World App using Gradle which echos your name via the Cloud",
"repoUrl": "git://github.com/feedhenry-templates/helloworld-android-gradle.git",
"githubUrl": "https://github.com/feedhenry-templates/helloworld-android-gradle.git",
"repoBranch": "refs/heads/master",
"icon": "icon-android",
"selected": false,
"category": "Android"
},
{
"id": "appforms_client",
"description": "A template App for displaying Forms",
"name": "Cordova Forms App",
"icon": "icon-check",
"type": "client_advanced_hybrid",
"priority": 0.505,
"selected": false,
"repoUrl": "git://github.com/feedhenry/appforms-project-client.git",
"githubUrl": "https://github.com/feedhenry/appforms-project-client.git",
"repoBranch": "refs/heads/master",
"forcedSelection": true,
"category": "Cordova",
"screenshots": [
{
"url": "https://raw.githubusercontent.com/feedhenry/fh-template-apps/master/screenshots/apps/appforms_client/1.png"
}
]
}
],
"connectorTemplates": [
{
"name": "New mBaaS Service",
"priority": 0.9,
"id": "new-service",
"docs": "https://raw.githubusercontent.com/feedhenry-templates/helloworld-cloud/master/README.md",
"type": "other",
"image": "public/img/cloud_plugins/fh.png",
"category": "Custom Service",
"description": "This is a blank FeedHenry Service for you to customise",
"appTemplates": [
"hello_world_mbaas_instance"
]
}
]
},
"hide": {
"projectTemplates": [],
"appTemplates": [],
"connectorTemplates": []
}
}