summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.js b/index.js
index 6e04db90..f31c0a26 100644
--- a/index.js
+++ b/index.js
@@ -43,7 +43,8 @@ var app = okcms.createApp({
title: {type: 'string'},
collection: {type: 'string'},
CollectionId: {type: 'string'},
- StoreIsOpen: {type: 'enum', options: ["true","false"] },
+ StoreStatus: {type: 'enum', options: ["open","closed","openson"] },
+ OpensOn: {type: 'date'},
FitsLarge: {type: 'enum', options: ["true","false"] },
BackgroundIsGray: {type: 'enum', options: ["true","false"] },
ClosedStoreImages: {type: 'captioned-image-list'},