diff options
Diffstat (limited to 'examples/db.json')
| -rw-r--r-- | examples/db.json | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/examples/db.json b/examples/db.json index c370864..bdad6c8 100644 --- a/examples/db.json +++ b/examples/db.json @@ -39,15 +39,31 @@ "id": "bagel", "title": "nice", "color": "blue", - "images": [], + "images": [ + { + "uri": "https://ltho.s3.amazonaws.com/229bcbc6-fb3c-428f-8c34-0c6bb69e70fd.gif", + "caption": "" + }, + { + "uri": "https://ltho.s3.amazonaws.com/a7663bfc-501c-4354-b6ed-6ea305a8fb39.gif", + "caption": "" + }, + { + "uri": "https://ltho.s3.amazonaws.com/7d380c24-7803-491a-94df-e812cbe667bb.gif", + "caption": "" + } + ], "video": { "url": "https://vimeo.com/112498725", "type": "vimeo", "token": "112498725", + "width": "", + "height": "", "title": "FW14-2H-VIDEO-V4 2", "thumb": "http://i.vimeocdn.com/video/497493142_640.jpg" }, - "__index": 1 + "__index": "1", + "dateCreated": "" }, { "type": "pumpernickel", |
