diff options
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ var app = okcms.createApp({ id: {type: 'string', hidden: true}, title: {type: 'string'}, collection: {type: 'string'}, + CollectionId: {type: 'string'}, StoreIsOpen: {type: 'enum', options: ["true","false"] }, FitsLarge: {type: 'enum', options: ["true","false"] }, BackgroundIsGray: {type: 'enum', options: ["true","false"] }, |
