summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-04-02 19:00:12 +0200
committerJules Laplace <jules@okfoc.us>2017-04-02 19:00:12 +0200
commite0dd574da4f6cf76f7fc93f3b2d433ea2d267caf (patch)
treec3c909c2500c5fc3b6a774fd85ae6b97bf7e54c5
parente702ee6af3aa88e540387cf6d3451e283712677d (diff)
ShowProductNameOnCollectionPage
-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'},