summaryrefslogtreecommitdiff
path: root/examples/db.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-12-31 06:08:08 +0100
committerJules Laplace <jules@okfoc.us>2016-12-31 06:08:08 +0100
commitf0a10a321316475fd05e2ee3a40e35c57b66b0a7 (patch)
tree871b82c59b14da01e32df55592854d6075d04410 /examples/db.json
parentfe31b3ad482c959deb5b4fa447e3d73c042e982c (diff)
display certain types as lists of images
Diffstat (limited to 'examples/db.json')
-rw-r--r--examples/db.json42
1 files changed, 41 insertions, 1 deletions
diff --git a/examples/db.json b/examples/db.json
index ed60f22..8c32037 100644
--- a/examples/db.json
+++ b/examples/db.json
@@ -284,5 +284,45 @@
"dateCreated": "Fri, 02 Sep 2016 16:41:10 GMT"
}
],
- "flour": []
+ "flour": [
+ {
+ "id": "test",
+ "title": "Test",
+ "image": {
+ "uri": "https://ltho.s3.amazonaws.com/okcms-example/1d4e4e00-cf16-11e6-bf3b-17f7318de7f4.png",
+ "caption": "",
+ "width": "397",
+ "height": "285"
+ },
+ "__index": 0,
+ "dateCreated": "Sat, 31 Dec 2016 05:00:59 GMT",
+ "images": []
+ },
+ {
+ "id": "test-2",
+ "title": "Test #2",
+ "image": {
+ "uri": "https://ltho.s3.amazonaws.com/okcms-example/2bb54930-cf16-11e6-bf3b-17f7318de7f4.jpg",
+ "caption": "",
+ "width": "500",
+ "height": "500"
+ },
+ "__index": 1,
+ "dateCreated": "Sat, 31 Dec 2016 05:01:23 GMT",
+ "images": []
+ },
+ {
+ "id": "circles",
+ "title": "Circles",
+ "image": {
+ "uri": "https://ltho.s3.amazonaws.com/okcms-example/f99042b0-cf16-11e6-914f-214dd525ee03.gif",
+ "caption": "",
+ "width": "400",
+ "height": "400"
+ },
+ "__index": 2,
+ "dateCreated": "Sat, 31 Dec 2016 05:07:09 GMT",
+ "images": []
+ }
+ ]
} \ No newline at end of file