diff options
| author | stone <jules+okfprojz@okfoc.us> | 2017-01-10 16:51:54 -0500 |
|---|---|---|
| committer | stone <jules+okfprojz@okfoc.us> | 2017-01-10 16:51:54 -0500 |
| commit | a1bbb82cc6b868d884e2d74d009240fdd27a6f9c (patch) | |
| tree | fde8e1bbbd1450bd5a3757214e258e5e7b16b6e6 | |
| parent | 88c3d715a709d4767ef89c11f6f848c9676447ef (diff) | |
| parent | 91f9fc1a272b4a3f001e55af34bf191ddf99194c (diff) | |
Merge branch 'cms' of github.com:okfocus/stone-island into cms
| -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'}, |
