summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 217d57d4..40317f25 100644
--- a/index.js
+++ b/index.js
@@ -56,8 +56,8 @@ var app = okcms.createApp({
OpensOn: {type: 'string'},
StoreClosedMessageOne: {type: 'string'},
StoreClosedMessageTwo: {type: 'string'},
+ NotAvailableInCanada: {type: 'flag'},
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'},