Skip to content

Commit

Permalink
Merge pull request #47331 from nextcloud/skalidindi53/12351/Add-blurh…
Browse files Browse the repository at this point in the history
…ash-to-richobjectstrings

fix: adding blurhash to definitions
  • Loading branch information
nickvergessen authored Aug 21, 2024
2 parents cf56874 + 3a67168 commit 7fe62b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/public/RichObjectStrings/Definitions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit 7fe62b9

Please sign in to comment.