mirror of
https://github.com/nextcloud/server.git
synced 2026-02-23 09:53:17 -05:00
Merge pull request #53749 from nextcloud/backport/53735/stable31
[stable31] fix(ROS): Document hide-download option on files
This commit is contained in:
commit
cfb89a16fe
2 changed files with 7 additions and 0 deletions
|
|
@ -374,6 +374,12 @@ class Definitions {
|
|||
'description' => 'The blurhash of the image',
|
||||
'example' => 'LEHV9uae2yk8pyo0adR*.7kCMdnj',
|
||||
],
|
||||
'hide-download' => [
|
||||
'since' => '31.0.5',
|
||||
'required' => false,
|
||||
'description' => 'Whether the download option should be hidden. If not set to `yes` the option can be shown',
|
||||
'example' => 'yes',
|
||||
],
|
||||
],
|
||||
],
|
||||
'forms-form' => [
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ namespace OCP\RichObjectStrings;
|
|||
* path?: string,
|
||||
* mimetype?: string,
|
||||
* 'preview-available'?: 'yes'|'no',
|
||||
* 'hide-download'?: 'yes'|'no',
|
||||
* mtime?: string,
|
||||
* latitude?: string,
|
||||
* longitude?: string,
|
||||
|
|
|
|||
Loading…
Reference in a new issue