summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-11-05 20:20:05 +0100
committerJules Laplace <julescarbon@gmail.com>2017-11-05 20:20:05 +0100
commite038ce4946178a4aa370f36acdf0cee56749d570 (patch)
treec139563ee8f24317d9c7c9db1a7fdc3717180dcb
parent6daac8c719354a3ab0c9b66e85a580c6881e3fdf (diff)
make it a flag
-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'},