From 83b058b0043bb9f8d4183e6b8b6dd2966b9df865 Mon Sep 17 00:00:00 2001 From: stone Date: Tue, 19 Jan 2016 20:47:04 -0500 Subject: v5 fields --- index.js | 8 ++++++-- 1 file 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'}, }, -- cgit v1.2.3-70-g09d2