This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 94
/
bucket.json
468 lines (468 loc) · 14.8 KB
/
bucket.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
183
184
185
186
187
188
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
{
"bucket": {
"_id": "563c1dbe1ae7fe0f41000036",
"slug": "react-universal-blog",
"title": "React Universal Blog",
"object_types": [
{
"title": "Pages",
"slug": "page",
"singular": "Page",
"order": 2
},
{
"title": "Posts",
"slug": "post",
"singular": "Post",
"order": 3
},
{
"title": "Work",
"slug": "work",
"singular": "work",
"order": 4
},
{
"title": "Globals",
"slug": "globals",
"singular": "globals",
"help_text": null,
"metafields": [],
"options": {
"slug_field": 0,
"content_editor": 0,
"add_metafields": 0,
"metafields_title": 0,
"metafields_key": 0
},
"order": 1
}
],
"links": [
{
"title": "GitHub Repo",
"link": "https://github.com/tonyspiro/react-universal-blog"
},
{
"title": "Preview",
"link": "http://react-universal-blog.cosmicapp.co/"
}
],
"objects": [
{
"_id": "563c1def1ae7fe0f41000038",
"bucket": "563c1dbe1ae7fe0f41000036",
"slug": "text",
"title": "Text",
"content": "<p><br></p>",
"metafields": [
{
"edit": 1,
"value": "React Universal Blog",
"key": "site-title",
"title": "Site Title",
"type": "text",
"children": false
},
{
"edit": 1,
"value": "Cosmic JS",
"key": "menu-title",
"title": "Menu Title",
"type": "text",
"children": false
},
{
"edit": 1,
"value": "Copyright © Cosmic JS 2015",
"key": "footer-text",
"title": "Footer Text",
"type": "text",
"children": false
}
],
"type_slug": "globals",
"created": "2015-11-06T03:26:39.533Z",
"user_id": "55767c3ffbcf5cbb13000001",
"options": {
"slug_field": 0,
"content_editor": 0,
"add_metafields": 0,
"metafields_title": 0,
"metafields_key": 0
},
"order": null,
"modified": "2015-11-06T03:41:04.284Z"
},
{
"_id": "563c1def1ae7fe0f4100003a",
"bucket": "563c1dbe1ae7fe0f41000036",
"slug": "social",
"title": "Social",
"content": "<p><br></p>",
"metafields": [
{
"edit": 1,
"value": "https://twitter.com/cosmic_js",
"key": "twitter",
"title": "Twitter",
"type": "text",
"children": false
},
{
"edit": 1,
"value": "https://facebook.com/cosmicjs",
"key": "facebook",
"title": "Facebook",
"type": "text",
"children": false
},
{
"edit": 1,
"value": "https://github.com/tonyspiro/react-universal-blog",
"key": "github",
"title": "Github",
"type": "text",
"children": false
}
],
"type_slug": "globals",
"created": "2015-11-06T03:26:39.535Z",
"user_id": "55767c3ffbcf5cbb13000001",
"options": {
"slug_field": 0,
"content_editor": 0,
"add_metafields": 0,
"metafields_title": 0,
"metafields_key": 0
},
"order": null,
"modified": "2015-11-09T03:08:48.088Z"
},
{
"_id": "563c1fb51ae7fe0f41000086",
"slug": "hello-universe",
"title": "Hello Universe!",
"content": "<p>This is the first post on your React <span style=\"line-height: 1.42857;\">Universal</span><span style=\"line-height: 1.42857;\"> Blog. You can add as many of these as you like! Isn't that exciting?! This cat thinks so.<img src=\"https://cosmicjs.com/uploads/88c45370-5430-11e6-a6a3-41ff49de9ecd-download.jpeg\" style=\"width: 1058px;\"></span></p><p></p>",
"metafields": [],
"bucket": "563c1dbe1ae7fe0f41000036",
"type_slug": "post",
"created": "2015-11-06T03:34:13.437Z",
"user_id": "55767c3ffbcf5cbb13000001",
"options": {
"slug_field": 0,
"content_editor": 1,
"add_metafields": 1,
"metafields_title": 1,
"metafields_key": 1
},
"modified": "2016-07-27T19:30:56.547Z",
"status": "published"
},
{
"_id": "563c20ad1ae7fe0f41000087",
"slug": "work-item-title",
"title": "Work Item Title",
"content": "<p>This is an interesting work item isn't it? Lumberg says, \"...yeah\"<img src=\"https://cosmicjs.com/uploads/b9d4e740-5430-11e6-a6a3-41ff49de9ecd-download%20(1).jpeg\" style=\"width: 1058px;\"></p>",
"metafields": [],
"bucket": "563c1dbe1ae7fe0f41000036",
"type_slug": "work",
"created": "2015-11-06T03:38:21.580Z",
"user_id": "55767c3ffbcf5cbb13000001",
"options": {
"slug_field": 0,
"content_editor": 1,
"add_metafields": 1,
"metafields_title": 1,
"metafields_key": 1
},
"modified": "2016-07-27T19:32:03.060Z",
"status": "published"
},
{
"_id": "567ad73780fb306b3a00000c",
"slug": "nav",
"title": "Nav",
"content": "<p><br></p>",
"metafields": [
{
"edit": 1,
"value": "",
"key": "home",
"title": "Home",
"type": "text",
"children": false
},
{
"edit": 1,
"value": "work",
"key": "work",
"title": "Work",
"type": "text",
"children": false
},
{
"edit": 1,
"value": "about",
"key": "about",
"title": "About",
"type": "text",
"children": false
},
{
"edit": 1,
"value": "contact",
"key": "contact",
"title": "Contact",
"type": "text",
"children": false
}
],
"bucket": "563c1dbe1ae7fe0f41000036",
"type_slug": "globals",
"created": "2015-12-23T17:17:43.844Z",
"user_id": "55767c3ffbcf5cbb13000001",
"options": {
"slug_field": 0,
"content_editor": 0,
"add_metafields": 0,
"metafields_title": 0,
"metafields_key": 0
},
"modified": "2015-12-23T17:36:19.442Z"
},
{
"_id": "563c1def1ae7fe0f41000043",
"bucket": "563c1dbe1ae7fe0f41000036",
"slug": "home",
"title": "Home",
"content": "<p>This is some home page content...</p>",
"metafields": [
{
"edit": 1,
"value": "45904530-8449-11e5-adfe-014902af5eff-space_11.jpg",
"key": "hero",
"title": "Hero",
"type": "file",
"children": false
},
{
"edit": 1,
"value": "React Universal",
"key": "headline",
"title": "Headline",
"type": "text",
"children": false
},
{
"edit": 1,
"value": "A Cosmic JS App Built with React",
"key": "subheadline",
"title": "Subheadline",
"type": "text",
"children": false
}
],
"type_slug": "page",
"created": "2015-11-06T03:26:39.539Z",
"user_id": "55767c3ffbcf5cbb13000001",
"options": {
"slug_field": 0,
"content_editor": 1,
"add_metafields": 1,
"metafields_title": 1,
"metafields_key": 1
},
"order": 1,
"modified": "2015-12-29T03:57:55.322Z"
},
{
"_id": "563c1def1ae7fe0f41000044",
"bucket": "563c1dbe1ae7fe0f41000036",
"slug": "work",
"title": "Work",
"content": "<p><br></p>",
"metafields": [
{
"edit": 1,
"value": "699270f0-77bc-11e5-bea6-3f1da2fe3a09-6a6b6eb0-6f5f-11e5-9c06-3fa77abead52-outer-space-1920x1200-hd-wallpaper (1).jpg",
"key": "hero",
"title": "Hero",
"type": "file",
"children": false
},
{
"edit": 1,
"value": "Work Stuff",
"key": "headline",
"title": "Headline",
"type": "text",
"children": false
},
{
"edit": 1,
"value": "All work and no play make for a dull demo",
"key": "subheadline",
"title": "Subheadline",
"type": "text",
"children": false
}
],
"type_slug": "page",
"created": "2015-11-06T03:26:39.540Z",
"user_id": "55767c3ffbcf5cbb13000001",
"options": null,
"order": 2,
"modified": "2015-11-06T06:14:09.592Z"
},
{
"_id": "563c1def1ae7fe0f41000047",
"bucket": "563c1dbe1ae7fe0f41000036",
"slug": "about",
"title": "About",
"content": "Hi, I'm a React Universal Blog powered by the Cosmic JS content platform. You can enjoy me on the server or the browser. If you are a Google robot, feel free to navigate through all of my pages and add them to your search index! If you are a human, enjoy browsing my pages super fast because I'm also a single page application!<div><br></div><div><a href=\"https://github.com/tonyspiro/react-universal\" target=\"_blank\">Click here to view my source.</a><br><div><br></div><div>Cheers!</div><div>React Universal Blog</div></div>",
"metafields": [
{
"edit": 1,
"value": "99e55210-8449-11e5-adfe-014902af5eff-steamworkshop_webupload_previewfile_327002106_preview.jpg",
"key": "hero",
"title": "Hero",
"type": "file",
"children": false
},
{
"edit": 1,
"value": "About Me",
"key": "headline",
"title": "Headline",
"type": "text",
"children": false
},
{
"edit": 1,
"value": "I'll tell you some stuff then I'll ask about you",
"key": "subheadline",
"title": "Subheadline",
"type": "text",
"children": false
}
],
"type_slug": "page",
"created": "2015-11-06T03:26:39.542Z",
"user_id": "55767c3ffbcf5cbb13000001",
"options": null,
"order": 3,
"modified": "2015-11-06T06:19:34.580Z"
},
{
"_id": "563c1def1ae7fe0f41000049",
"bucket": "563c1dbe1ae7fe0f41000036",
"slug": "contact",
"title": "Contact",
"content": "<div style=\"text-align: center;\"><span style=\"line-height: 1.42857;\">Like what I do? Hit me up at </span><a href=\"mailto:support@cosmicjs.com\" style=\"line-height: 1.42857; background-color: rgb(255, 255, 255);\">support@cosmicjs.com</a></div>",
"metafields": [
{
"edit": 1,
"value": "0e2445e0-844b-11e5-adfe-014902af5eff-deep_space_nebula_by_hameed.jpg",
"key": "hero",
"title": "Hero",
"type": "file",
"children": false
},
{
"edit": 1,
"value": "Contact Me",
"key": "headline",
"title": "Headline",
"type": "text",
"children": false
},
{
"edit": 1,
"value": "If you need anything, sugar, advice, I try to be a good neighbor",
"key": "subheadline",
"title": "Subheadline",
"type": "text",
"children": false
}
],
"type_slug": "page",
"created": "2015-11-06T03:26:39.543Z",
"user_id": "55767c3ffbcf5cbb13000001",
"options": null,
"order": 4,
"modified": "2015-11-06T06:08:00.568Z"
}
],
"media": [
{
"_id": "563c3d8e1ae7fe0f4100008a",
"name": "0a253dc0-8449-11e5-adfe-014902af5eff-steamworkshop_webupload_previewfile_327002106_preview.jpg",
"original_name": "steamworkshop_webupload_previewfile_327002106_preview.jpg",
"size": 145499,
"type": "image/jpeg",
"bucket": "563c1dbe1ae7fe0f41000036",
"created": "2015-11-06T05:41:34.264Z",
"folder": null,
"location": "https://cosmicjs.com/uploads"
},
{
"_id": "563c3df11ae7fe0f4100008b",
"name": "45904530-8449-11e5-adfe-014902af5eff-space_11.jpg",
"original_name": "space_11.jpg",
"size": 186217,
"type": "image/jpeg",
"bucket": "563c1dbe1ae7fe0f41000036",
"created": "2015-11-06T05:43:13.933Z",
"folder": null,
"location": "https://cosmicjs.com/uploads"
},
{
"_id": "563c3e7f1ae7fe0f4100008d",
"name": "99e55210-8449-11e5-adfe-014902af5eff-steamworkshop_webupload_previewfile_327002106_preview.jpg",
"original_name": "steamworkshop_webupload_previewfile_327002106_preview.jpg",
"size": 145499,
"type": "image/jpeg",
"bucket": "563c1dbe1ae7fe0f41000036",
"created": "2015-11-06T05:45:35.418Z",
"folder": null,
"location": "https://cosmicjs.com/uploads"
},
{
"_id": "563c40ef1ae7fe0f4100008e",
"name": "0e2445e0-844b-11e5-adfe-014902af5eff-deep_space_nebula_by_hameed.jpg",
"original_name": "deep_space_nebula_by_hameed.jpg",
"size": 276879,
"type": "image/jpeg",
"bucket": "563c1dbe1ae7fe0f41000036",
"created": "2015-11-06T05:55:59.945Z",
"folder": null,
"location": "https://cosmicjs.com/uploads"
},
{
"_id": "57990bc3ed7a775367002aee",
"name": "88c45370-5430-11e6-a6a3-41ff49de9ecd-download.jpeg",
"original_name": "download.jpeg",
"size": 124142,
"type": "image/jpeg",
"bucket": "563c1dbe1ae7fe0f41000036",
"created": "2016-07-27T19:30:11.116Z",
"folder": null,
"location": "https://cosmicjs.com/uploads"
},
{
"_id": "57990c15ed7a775367002b02",
"name": "b9d4e740-5430-11e6-a6a3-41ff49de9ecd-download (1).jpeg",
"original_name": "download (1).jpeg",
"size": 561637,
"type": "image/jpeg",
"bucket": "563c1dbe1ae7fe0f41000036",
"created": "2016-07-27T19:31:33.444Z",
"folder": null,
"location": "https://cosmicjs.com/uploads"
}
],
"media_folders": null,
"plugins": null
}
}