diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-05-16 11:46:09 +0200 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-05-16 11:46:09 +0200 |
| commit | c87cb01ec90f4331c2530dff02b888a8a96abcf2 (patch) | |
| tree | 993afba2310354330fa0c1c5f73f7070f85222d4 /examples | |
| parent | 5847d4f21f87064d547f3e870bcac04b5b7b2127 (diff) | |
fix link list enter keyv0.2.6
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/db.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/db.json b/examples/db.json index 8c32037..34304c9 100644 --- a/examples/db.json +++ b/examples/db.json @@ -127,10 +127,10 @@ "dateCreated": "" }, { - "title": "ok...", + "title": "Contact", "body": "2406 Old Rd, San Juan Bautista", "id": "contact", - "__index": "0", + "__index": 0, "links": [ { "text": "US Bread Board", @@ -143,6 +143,10 @@ { "text": "USDA", "uri": "http://usda.gov/" + }, + { + "text": "test", + "uri": "test" } ], "dateCreated": "" |
