diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-30 16:44:31 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-30 16:44:31 -0400 |
| commit | 1b2576bf18685a84053ba1ff7348076aa06ce851 (patch) | |
| tree | 06d87cd72dfc80d7e5d94d2e472d5ac8cfbfde7f /examples | |
| parent | d70037e31737713eb8c50013723a9f85c0fb00e5 (diff) | |
add progress barsv0.1.23
Diffstat (limited to 'examples')
| -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", |
