From 66e77d41c87e75447ac10090e1e7629e7b221cac Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Wed, 20 Mar 2024 12:49:58 -0700 Subject: feat: Add iconSvgInline to TemplateFileCreator Signed-off-by: Christopher Ng --- apps/files/lib/ResponseDefinitions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/files/lib') 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, -- cgit v1.2.3