diff options
| -rw-r--r-- | index.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,7 +44,9 @@ var app = okcms.createApp({ collection: {type: 'string'}, CollectionId: {type: 'string'}, DepartmentId: {type: 'string'}, + Departments: {type: 'link-list', textLabel: "Department Name", linkLabel: "Department ID" }, StoreStatus: {type: 'enum', options: ["open","closed"] }, + DepartmentStoreStatus: {type: 'enum', options: ["open","closed"] }, OpensOn: {type: 'string'}, StoreClosedMessageOne: {type: 'string'}, StoreClosedMessageTwo: {type: 'string'}, |
