diff options
| -rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,8 +56,8 @@ var app = okcms.createApp({ OpensOn: {type: 'string'}, StoreClosedMessageOne: {type: 'string'}, StoreClosedMessageTwo: {type: 'string'}, + NotAvailableInCanada: {type: 'flag'}, FitsLarge: {type: 'enum', options: ["true","false"] }, - NotAvailableInCanada: {type: 'enum', options: ["true","false"] }, FittingCodes: {type: 'text'}, BackgroundIsGray: {type: 'enum', options: ["true","false"] }, ClosedStoreImages: {type: 'captioned-image-list'}, |
