diff options
| -rw-r--r-- | db.json | 4 | ||||
| -rw-r--r-- | index.js | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -2647,7 +2647,9 @@ "title": "FMF", "price": "5.00", "__index": 0, - "dateCreated": "Sat, 17 Jun 2017 08:18:17 GMT" + "dateCreated": "Sat, 17 Jun 2017 08:18:17 GMT", + "printLine1": "Go to the gift shop to purchase your print.", + "printLine2": "Each print costs $5.00." } ] }
\ No newline at end of file @@ -79,6 +79,8 @@ var app = okcms.createApp({ id: {type: 'string', hidden: true}, title: {type: 'string'}, price: {type: 'string'}, + printLine1: {type: 'string'}, + printLine2: {type: 'string'}, }, }, |
