From 486f33b708980912649d1e6587ec0d56ef53168a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 17 Jun 2017 10:22:51 +0200 Subject: printline1 and 2 --- db.json | 4 +++- index.js | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/db.json b/db.json index 0cf741e..6cd781a 100644 --- a/db.json +++ b/db.json @@ -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 diff --git a/index.js b/index.js index dc81d80..c39bd97 100644 --- a/index.js +++ b/index.js @@ -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'}, }, }, -- cgit v1.2.3-70-g09d2