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