Skip to content

Commit

Permalink
fix: adding blurhash to definitions
Browse files Browse the repository at this point in the history
Signed-off-by: skalidindi53 <s.teja2004@gmail.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Aug 20, 2024
1 parent 2b7d9c1 commit 3a67168
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 3a67168

Please sign in to comment.