summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db.json4
-rw-r--r--index.js2
2 files changed, 5 insertions, 1 deletions
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'},
},
},