Watermark in URL parameters"

main
Mike Fix 7 years ago
parent 5a4cdd7d7f
commit 53b8965b79

@ -34,7 +34,8 @@ const mappings = [
{ field: 'fs:fontSize' }, { field: 'fs:fontSize' },
{ field: 'si:squaredImage', type: 'bool' }, { field: 'si:squaredImage', type: 'bool' },
{ field: 'code:code' }, { field: 'code:code' },
{ field: 'es:exportSize' } { field: 'es:exportSize' },
{ field: 'wm:watermark', type: 'bool' }
] ]
const reverseMappings = mappings.map(mapping => const reverseMappings = mappings.map(mapping =>

Loading…
Cancel
Save