diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-04-02 19:00:12 +0200 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-04-02 19:00:12 +0200 |
| commit | e0dd574da4f6cf76f7fc93f3b2d433ea2d267caf (patch) | |
| tree | c3c909c2500c5fc3b6a774fd85ae6b97bf7e54c5 | |
| parent | e702ee6af3aa88e540387cf6d3451e283712677d (diff) | |
ShowProductNameOnCollectionPage
| -rw-r--r-- | index.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'}, |
