summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.js b/index.js
index 43519274..65b04266 100644
--- a/index.js
+++ b/index.js
@@ -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'},