diff options
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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'}, |
