summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstone <jules+okfprojz@okfoc.us>2016-01-19 20:47:04 -0500
committerstone <jules+okfprojz@okfoc.us>2016-01-19 20:47:04 -0500
commit83b058b0043bb9f8d4183e6b8b6dd2966b9df865 (patch)
tree2e6109fbba4d5a94c3f46e7629cf04a8f51fec3a
parentf6646fbcd88d9751e9f80a29797f2a486e492c49 (diff)
v5 fields
-rw-r--r--index.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/index.js b/index.js
index f31c0a26..43519274 100644
--- a/index.js
+++ b/index.js
@@ -43,9 +43,13 @@ var app = okcms.createApp({
title: {type: 'string'},
collection: {type: 'string'},
CollectionId: {type: 'string'},
- StoreStatus: {type: 'enum', options: ["open","closed","openson"] },
- OpensOn: {type: 'date'},
+ DepartmentId: {type: 'string'},
+ StoreStatus: {type: 'enum', options: ["open","closed"] },
+ OpensOn: {type: 'string'},
+ StoreClosedMessageOne: {type: 'string'},
+ StoreClosedMessageTwo: {type: 'string'},
FitsLarge: {type: 'enum', options: ["true","false"] },
+ FittingCodes: {type: 'text'},
BackgroundIsGray: {type: 'enum', options: ["true","false"] },
ClosedStoreImages: {type: 'captioned-image-list'},
},