aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-08-20 08:25:24 +0200
committerJoas Schilling <coding@schilljs.com>2024-08-20 08:25:24 +0200
commit3a6716895a66b2f4589f47f114b1cdad19198b1f (patch)
treef183d4f1729abf6b0da0a13c003d1281447590f3 /lib/public
parent2b7d9c1c9db85581a4b37a5a5e483b64ddd60a4b (diff)
downloadnextcloud-server-3a6716895a66b2f4589f47f114b1cdad19198b1f.tar.gz
nextcloud-server-3a6716895a66b2f4589f47f114b1cdad19198b1f.zip
fix: adding blurhash to definitions
Signed-off-by: skalidindi53 <s.teja2004@gmail.com> Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public')
-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' => [