diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-28 16:15:46 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-28 16:15:46 -0400 |
| commit | 49fe25c8e884c14ab3258d22240a62f0b57da490 (patch) | |
| tree | ed1da04981038007f274fb549cad71dee61c8f6c /examples | |
| parent | ea9a94f3e1f980153588da1aee3fc7e456e292b5 (diff) | |
make links sortablev0.1.20
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/db.json | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/examples/db.json b/examples/db.json index 5e10d60..9ab7233 100644 --- a/examples/db.json +++ b/examples/db.json @@ -92,22 +92,6 @@ }, "__index": 3, "id": "croissant" - }, - { - "type": "Test", - "title": "Testing", - "description": "", - "color": "red", - "video": { - "url": "", - "type": "", - "token": "", - "title": "", - "thumb": "" - }, - "__index": "5", - "dateCreated": "Mon, 28 Mar 2016 18:49:32 GMT", - "images": [] } ], "page": [ @@ -123,7 +107,22 @@ "title": "ok...", "body": "2406 Old Rd, San Juan Bautista", "id": "contact", - "__index": 0 + "__index": "0", + "links": [ + { + "text": "US Bread Board", + "uri": "http://bread.com/" + }, + { + "text": "National Council on Grain", + "uri": "http://grain.org/" + }, + { + "text": "USDA", + "uri": "http://usda.gov/" + } + ], + "dateCreated": "" } ] }
\ No newline at end of file |
