diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-10-04 11:42:18 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-10-04 11:42:18 -0400 |
| commit | 7e525bc4ae191bde7cb40de2c489250cb3e0af0f (patch) | |
| tree | 343781681d1af4b94e90e6498f9f72301c6fc7b0 /examples/db.json | |
| parent | 51d15907484032cf47d5e7b5beffede4d9a1f791 (diff) | |
adding triple-captioned-image-listv0.2.1
Diffstat (limited to 'examples/db.json')
| -rw-r--r-- | examples/db.json | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/examples/db.json b/examples/db.json index 5f8554f..d037d2b 100644 --- a/examples/db.json +++ b/examples/db.json @@ -233,7 +233,6 @@ "flagged": true } ], - "flour": [], "card": [ { "id": "1", @@ -284,5 +283,45 @@ "__index": 1, "dateCreated": "Fri, 02 Sep 2016 16:41:10 GMT" } + ], + "flour": [ + { + "id": "test", + "title": "Test", + "image": { + "uri": "", + "caption": "", + "width": "", + "height": "" + }, + "images": [ + { + "uri": "https://ltho.s3.amazonaws.com/okcms-example/07ad6a70-8a49-11e6-80c3-41900948e24c.png", + "width": "463", + "height": "606", + "label": "1", + "caption": "2", + "code": "3" + }, + { + "uri": "https://ltho.s3.amazonaws.com/okcms-example/07ad1c50-8a49-11e6-80c3-41900948e24c.png", + "width": "515", + "height": "441", + "label": "13", + "caption": "23", + "code": "33" + }, + { + "uri": "https://ltho.s3.amazonaws.com/okcms-example/07aa3620-8a49-11e6-80c3-41900948e24c.png", + "width": "566", + "height": "329", + "label": "14", + "caption": "25", + "code": "36" + } + ], + "__index": 0, + "dateCreated": "Tue, 04 Oct 2016 15:41:52 GMT" + } ] }
\ No newline at end of file |
