diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-04-02 18:16:25 +0200 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-04-02 18:16:25 +0200 |
| commit | e702ee6af3aa88e540387cf6d3451e283712677d (patch) | |
| tree | ea6ea4c325ae21c04c6025f43fc73735565f6030 | |
| parent | d9f78c1f95f4c0bc88d77cda2908b2328345db40 (diff) | |
groupby filterby
| -rw-r--r-- | index.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ var app = okcms.createApp({ Departments: {type: 'link-list', textLabel: "Department Name", linkLabel: "Department ID" }, StoreStatus: {type: 'enum', options: ["open","closed"] }, DepartmentStoreStatus: {type: 'enum', options: ["open","closed"] }, + GroupBy: {type: 'enum', options: ['none','size'] }, + FilterBy: {type: 'enum', options: ['none','size'] }, OpensOn: {type: 'string'}, StoreClosedMessageOne: {type: 'string'}, StoreClosedMessageTwo: {type: 'string'}, |
