From 3a6716895a66b2f4589f47f114b1cdad19198b1f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 20 Aug 2024 08:25:24 +0200 Subject: [PATCH] fix: adding blurhash to definitions Signed-off-by: skalidindi53 Signed-off-by: Joas Schilling --- lib/public/RichObjectStrings/Definitions.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/public/RichObjectStrings/Definitions.php b/lib/public/RichObjectStrings/Definitions.php index 7c1935d0a9c5b..5974659e16bfe 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' => [