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