mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
feat(RichObjectStrings): Add missing Talk 'file' metadata fields
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
5a6e48e850
commit
1061af6465
1 changed files with 24 additions and 0 deletions
|
|
@ -368,6 +368,30 @@ class Definitions {
|
|||
'description' => 'The mtime of the file/folder as unix timestamp',
|
||||
'example' => '1661854213',
|
||||
],
|
||||
'etag' => [
|
||||
'since' => '25.0.0',
|
||||
'required' => false,
|
||||
'description' => 'The ETag of the file/folder',
|
||||
'example' => 'abcdefghi',
|
||||
],
|
||||
'permissions' => [
|
||||
'since' => '25.0.0',
|
||||
'required' => false,
|
||||
'description' => 'The permissions on the file/folder',
|
||||
'example' => '3',
|
||||
],
|
||||
'width' => [
|
||||
'since' => '29.0.0',
|
||||
'required' => false,
|
||||
'description' => 'The width in pixels if the file is an image',
|
||||
'example' => '1920',
|
||||
],
|
||||
'height' => [
|
||||
'since' => '29.0.0',
|
||||
'required' => false,
|
||||
'description' => 'The height in pixels if the file is an image',
|
||||
'example' => '1080',
|
||||
],
|
||||
],
|
||||
],
|
||||
'forms-form' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue