diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-10 16:45:01 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-10 16:45:01 +0200 |
| commit | fa687cfbbf76931071f5fa3f59f9dfb59cd45064 (patch) | |
| tree | e87e1c95c7c87104c5df674c8b247e9be389572c /index.js | |
| parent | 999244344121d724d76eee2ee9ec9dc91091a3b5 (diff) | |
sizing footer
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'}, |
