docs: added defaults to cloudflare image plugin

This commit is contained in:
dswbx
2025-08-29 12:09:26 +02:00
parent 7dd486e2db
commit de90b3602b
2 changed files with 16 additions and 9 deletions
@@ -194,11 +194,13 @@ Now you can add query parameters for the transformations, e.g. `?width=1000&heig
},
metadata: {
description: 'The metadata to use',
type: '"copyright" | "keep" | "none"'
type: '"copyright" | "keep" | "none"',
default: 'copyright'
},
quality: {
description: 'The quality to use',
type: 'number'
type: 'number',
default: 85
},
}}
/>