summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-11-05 19:55:28 +0100
committerJules Laplace <julescarbon@gmail.com>2017-11-05 19:55:28 +0100
commit0f8f6b47bfbc16b98b63e5851c928709cb2825f8 (patch)
tree7eadbb65748cc00fc5a10ca091b0361feb758182
parent72e7efe17d1a32c190218de89124aa2d68d82063 (diff)
NotAvailableInCanada
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index 663faeeb..a5262624 100644
--- a/index.js
+++ b/index.js
@@ -55,6 +55,7 @@ var app = okcms.createApp({
StoreClosedMessageOne: {type: 'string'},
StoreClosedMessageTwo: {type: 'string'},
FitsLarge: {type: 'enum', options: ["true","false"] },
+ NotAvailableInCanada: {type: 'enum', options: ["true","false"] },
FittingCodes: {type: 'text'},
BackgroundIsGray: {type: 'enum', options: ["true","false"] },
ClosedStoreImages: {type: 'captioned-image-list'},