tobimori / kirby-blurhash

🎨 Optimized image placeholders with BlurHash for Kirby (3 & 4)
https://getkirby.com/plugins/tobimori/blurhash
MIT License
36 stars 1 forks source link

Enable KQL support by default #3

Closed johannschopplich closed 1 year ago

johannschopplich commented 1 year ago

By adding the following DocBlock comment:

/**
 * @kql-allowed
 */

Reference: https://github.com/getkirby/kql#docblock-comment


I've also added the missing null type of the float|null $ratio parameter.