diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2024-08-21 11:59:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-21 11:59:16 +0200 |
commit | 7fe62b9364315851fe7c7e851d94e02135bf4f00 (patch) | |
tree | 35b09d2b3645aefc6dedf53fb74c8730b24bcd20 /lib | |
parent | cf56874cb1cb6150eadaf673474785e6b86937f7 (diff) | |
parent | 3a6716895a66b2f4589f47f114b1cdad19198b1f (diff) | |
download | nextcloud-server-7fe62b9364315851fe7c7e851d94e02135bf4f00.tar.gz nextcloud-server-7fe62b9364315851fe7c7e851d94e02135bf4f00.zip |
Merge pull request #47331 from nextcloud/skalidindi53/12351/Add-blurhash-to-richobjectstrings
fix: adding blurhash to definitions
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/RichObjectStrings/Definitions.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/public/RichObjectStrings/Definitions.php b/lib/public/RichObjectStrings/Definitions.php index 7c1935d0a9c..5974659e16b 100644 --- a/lib/public/RichObjectStrings/Definitions.php +++ b/lib/public/RichObjectStrings/Definitions.php @@ -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' => [ |