From 5b9652801785b4564f66a6454506a81beb24b702 Mon Sep 17 00:00:00 2001 From: Jannik Stehle <50302941+JammingBen@users.noreply.github.com> Date: Fri, 19 Aug 2022 15:42:57 +0000 Subject: [PATCH] commit 25b34b0c7a677e750078bd513e8d2f64fe7cbcbc Merge: b8e5df464 c5e363cb0 Author: Jannik Stehle <50302941+JammingBen@users.noreply.github.com> Date: Fri Aug 19 17:42:22 2022 +0200 Merge pull request #7488 from owncloud/prevent-unnecessary-propfind-during-upload --- getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.md b/getting-started.md index 09e7a840bb4..f5eb8c928f2 100644 --- a/getting-started.md +++ b/getting-started.md @@ -47,7 +47,7 @@ variables of the user object to come up with a user specific home path. This use substring of a value of the authenticated user. Examples are `/Shares`, `/{{.Id}}` and `/{{substr 0 3 .Id}}/{{.Id}`. - `options.disablePreviews` Set this option to `true` to disable previews in all the different file listing views. The only list view that is not affected by this is the trash bin, as that doesn't allow showing previews at all. -- `options.previewFileExtensions` Specifies which filetypes will be previewed in the ui. For example to only preview jpg and txt files set this option to `["jpg", "txt"]`. +- `options.previewFileMimeTypes` Specifies which mimeTypes will be previewed in the ui. For example to only preview jpg and text files set this option to `["image/jpeg", "text/plain"]`. - `options.disableFeedbackLink` Set this option to `true` to disable the feedback link in the topbar. Keeping it enabled (value `false` or absence of the option) allows ownCloud to get feedback from your user base through a dedicated survey website. - `options.feedbackLink` This accepts an object with the following optional fields to customize the feedback link in the topbar: