diff options
| author | stone <jules+okfprojz@okfoc.us> | 2016-01-19 20:47:04 -0500 |
|---|---|---|
| committer | stone <jules+okfprojz@okfoc.us> | 2016-01-19 20:47:04 -0500 |
| commit | 83b058b0043bb9f8d4183e6b8b6dd2966b9df865 (patch) | |
| tree | 2e6109fbba4d5a94c3f46e7629cf04a8f51fec3a | |
| parent | f6646fbcd88d9751e9f80a29797f2a486e492c49 (diff) | |
v5 fields
| -rw-r--r-- | index.js | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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'}, }, |
