summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index 5275fa65..81df5f4c 100644
--- a/index.js
+++ b/index.js
@@ -50,6 +50,7 @@ var app = okcms.createApp({
DepartmentStoreStatus: {type: 'enum', options: ["open","closed"] },
GroupBy: {type: 'enum', options: ['none','size'] },
FilterBy: {type: 'enum', options: ['none','size'] },
+ ShowProductNameOnCollectionPage: {type: 'flag'},
OpensOn: {type: 'string'},
StoreClosedMessageOne: {type: 'string'},
StoreClosedMessageTwo: {type: 'string'},