We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54f55a1 + d471803 commit a9e3f68Copy full SHA for a9e3f68
lib/public/RichObjectStrings/Definitions.php
@@ -374,6 +374,12 @@ class Definitions {
374
'description' => 'The blurhash of the image',
375
'example' => 'LEHV9uae2yk8pyo0adR*.7kCMdnj',
376
],
377
+ 'hide-download' => [
378
+ 'since' => '31.0.5',
379
+ 'required' => false,
380
+ 'description' => 'Whether the download option should be hidden. If not set to `yes` the option can be shown',
381
+ 'example' => 'yes',
382
+ ],
383
384
385
'forms-form' => [
lib/public/RichObjectStrings/IValidator.php
@@ -26,6 +26,7 @@
26
* path?: string,
27
* mimetype?: string,
28
* 'preview-available'?: 'yes'|'no',
29
+ * 'hide-download'?: 'yes'|'no',
30
* mtime?: string,
31
* latitude?: string,
32
* longitude?: string,
0 commit comments