diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-17 10:22:51 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-17 10:22:51 +0200 |
| commit | 486f33b708980912649d1e6587ec0d56ef53168a (patch) | |
| tree | bd74ead929d89bba2d14e62992d8544c2b62d8d7 | |
| parent | 50868ae494c02ca194306c872fe895aa4a8c4dc6 (diff) | |
printline1 and 2
| -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'}, }, }, |
