summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-04-02 18:16:25 +0200
committerJules Laplace <jules@okfoc.us>2017-04-02 18:16:25 +0200
commite702ee6af3aa88e540387cf6d3451e283712677d (patch)
treeea6ea4c325ae21c04c6025f43fc73735565f6030
parentd9f78c1f95f4c0bc88d77cda2908b2328345db40 (diff)
groupby filterby
-rw-r--r--index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.js b/index.js
index 3cbd91ba..5275fa65 100644
--- a/index.js
+++ b/index.js
@@ -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'},