diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-11-05 19:55:28 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-11-05 19:55:28 +0100 |
| commit | 0f8f6b47bfbc16b98b63e5851c928709cb2825f8 (patch) | |
| tree | 7eadbb65748cc00fc5a10ca091b0361feb758182 | |
| parent | 72e7efe17d1a32c190218de89124aa2d68d82063 (diff) | |
NotAvailableInCanada
| -rw-r--r-- | index.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ var app = okcms.createApp({ StoreClosedMessageOne: {type: 'string'}, StoreClosedMessageTwo: {type: 'string'}, 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'}, |
