diff options
author | Joas Schilling <coding@schilljs.com> | 2024-11-18 10:40:49 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-11-18 10:40:49 +0100 |
commit | e8c921461fdd2b348c558412c5c319dd5855f4a6 (patch) | |
tree | 87ab2b3c70cd2e9590cca3aa1442b8adafeddb04 /lib | |
parent | 4d138a11f97becf8555705bd3d77b1a68b649997 (diff) | |
download | nextcloud-server-e8c921461fdd2b348c558412c5c319dd5855f4a6.tar.gz nextcloud-server-e8c921461fdd2b348c558412c5c319dd5855f4a6.zip |
fix(richtextvalidator): Add missing blurhashbugfix/noid/add-missing-blurhash
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/RichObjectStrings/IValidator.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/RichObjectStrings/IValidator.php b/lib/public/RichObjectStrings/IValidator.php index 255378abe41..3bf83582adc 100644 --- a/lib/public/RichObjectStrings/IValidator.php +++ b/lib/public/RichObjectStrings/IValidator.php @@ -39,6 +39,7 @@ namespace OCP\RichObjectStrings; * permissions?: string, * width?: string, * height?: string, + * blurhash?: string, * } * * @since 11.0.0 |