diff options
author | Christopher Ng <chrng8@gmail.com> | 2024-03-20 12:49:58 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2024-03-20 15:50:52 -0700 |
commit | 66e77d41c87e75447ac10090e1e7629e7b221cac (patch) | |
tree | d440ba9d43b544b3abcdaca3a1b02f3815b431b9 /apps/files/lib/ResponseDefinitions.php | |
parent | c451829579de14fbae33b9f59075a025471066c6 (diff) | |
download | nextcloud-server-66e77d41c87e75447ac10090e1e7629e7b221cac.tar.gz nextcloud-server-66e77d41c87e75447ac10090e1e7629e7b221cac.zip |
feat: Add iconSvgInline to TemplateFileCreator
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/files/lib/ResponseDefinitions.php')
-rw-r--r-- | apps/files/lib/ResponseDefinitions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/lib/ResponseDefinitions.php b/apps/files/lib/ResponseDefinitions.php index 5e565cc356d..a3b62549bcc 100644 --- a/apps/files/lib/ResponseDefinitions.php +++ b/apps/files/lib/ResponseDefinitions.php @@ -44,6 +44,7 @@ namespace OCA\Files; * label: string, * extension: string, * iconClass: ?string, + * iconSvgInline: ?string, * mimetypes: string[], * ratio: ?float, * actionLabel: string, |