diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-01 00:27:19 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-01 00:27:19 +0200 |
| commit | ee48817f5e1f534b0a00b5b451c7621096b826a7 (patch) | |
| tree | 4a234268406affacf1d7f40731db9a383218b841 /index.js | |
| parent | 1cee70088a74a39b8befa9db7b491199931aab09 (diff) | |
fits large alt text
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'}, |
