diff options
| -rw-r--r-- | index.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,8 +49,8 @@ var app = okcms.createApp({ StoreStatus: {type: 'enum', options: ["open","closed"] }, DepartmentStoreStatus: {type: 'enum', options: ["open","closed"] }, GroupBy: {type: 'enum', options: ['none','size'] }, - FilterBy: {type: 'enum', options: ['none','size'] }, - ShowProductNameOnCollectionPage: {type: 'flag'}, + FilterBy: {type: 'enum', options: ['none','category','size'] }, + ShowProductNameOnCollectionPage: {type: 'flag'}, OpensOn: {type: 'string'}, StoreClosedMessageOne: {type: 'string'}, StoreClosedMessageTwo: {type: 'string'}, |
