aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-08-21 11:59:16 +0200
committerGitHub <noreply@github.com>2024-08-21 11:59:16 +0200
commit7fe62b9364315851fe7c7e851d94e02135bf4f00 (patch)
tree35b09d2b3645aefc6dedf53fb74c8730b24bcd20 /lib
parentcf56874cb1cb6150eadaf673474785e6b86937f7 (diff)
parent3a6716895a66b2f4589f47f114b1cdad19198b1f (diff)
downloadnextcloud-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.php6
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' => [