diff options
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ var app = okcms.createApp({ title: {type: 'string'}, collection: {type: 'string'}, StoreIsOpen: {type: 'enum', options: ["true","false"] }, + FitsLarge: {type: 'enum', options: ["true","false"] }, + BackgroundIsGray: {type: 'enum', options: ["true","false"] }, ClosedStoreImages: {type: 'captioned-image-list'}, }, }, |
