diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-30 15:07:54 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-30 15:07:54 -0400 |
| commit | d70037e31737713eb8c50013723a9f85c0fb00e5 (patch) | |
| tree | 32680c72842815c9011bb39d2f7bbc91ea4bfa54 /examples | |
| parent | 3062f3541d2579a5c313286e6d5cc1400e1c6500 (diff) | |
cmd-s to save
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/db.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/db.json b/examples/db.json index b9de44b..c370864 100644 --- a/examples/db.json +++ b/examples/db.json @@ -13,6 +13,10 @@ "caption": "cool" }, { + "uri": "https://ltho.s3.amazonaws.com/013781df-a926-409b-ab2a-b7b2becf99fa.png", + "caption": "" + }, + { "uri": "https://ltho.s3.amazonaws.com/5f4c3351-9434-446a-883b-aa4bffce8da3.png", "caption": "errrr" } @@ -21,10 +25,13 @@ "url": "", "type": "", "token": "", + "width": "", + "height": "", "title": "", "thumb": "" }, - "__index": 0 + "__index": "0", + "dateCreated": "" }, { "type": "bagel", |
