summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorstone <jules+okfprojz@okfoc.us>2015-12-03 14:58:26 -0500
committerstone <jules+okfprojz@okfoc.us>2015-12-03 14:58:26 -0500
commit47467e34637143b2b5e5820547080263f40b5c0f (patch)
treec9326aa7b4f8a8b19c673584596ea12d4633647d /index.js
parent8f62c9645374d16021eb3639582f3e2f540772d0 (diff)
openson
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'},