diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-01-10 16:49:07 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-01-10 16:49:07 -0500 |
| commit | 91f9fc1a272b4a3f001e55af34bf191ddf99194c (patch) | |
| tree | 8b900a1210f604311141379d8426203f6239240c | |
| parent | c7d4fa632c3f955a44b78a2b3bd9708528b4bc5e (diff) | |
new fields
| -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'}, |
