diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-28 13:59:50 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-28 13:59:50 -0400 |
| commit | 8898bbe48285c7f9f11760ef420cca43d683d5e0 (patch) | |
| tree | 00a2e6c49ddd6894c60e893bfd8426363a3d4a05 /examples/db.json | |
| parent | 57026202f9ac0b98cc744734a04bcee362b789a3 (diff) | |
modify links field to specify text and uri
Diffstat (limited to 'examples/db.json')
| -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 20d4510..4319237 100644 --- a/examples/db.json +++ b/examples/db.json @@ -99,7 +99,14 @@ "title": "About Us", "body": "Just a small bakery", "id": "about", - "__index": 1 + "__index": "1", + "links": [ + { + "text": "asdf2", + "uri": "asdf" + } + ], + "dateCreated": "" }, { "title": "ok...", |
