Merge pull request #47331 from nextcloud/skalidindi53/12351/Add-blurhash-to-richobjectstrings

fix: adding blurhash to definitions
This commit is contained in:
Joas Schilling 2024-08-21 11:59:16 +02:00 committed by GitHub
commit 7fe62b9364
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -368,6 +368,12 @@ class Definitions {
'description' => 'The height in pixels if the file is an image',
'example' => '1080',
],
'blurhash' => [
'since' => '30.0.0',
'required' => false,
'description' => 'The blurhash of the image',
'example' => 'LEHV9uae2yk8pyo0adR*.7kCMdnj',
],
],
],
'forms-form' => [