Skip to content

Commit

Permalink
commit 25b34b0
Browse files Browse the repository at this point in the history
Merge: b8e5df4 c5e363c
Author: Jannik Stehle <[email protected]>
Date:   Fri Aug 19 17:42:22 2022 +0200

    Merge pull request #7488 from owncloud/prevent-unnecessary-propfind-during-upload
  • Loading branch information
JammingBen committed Aug 19, 2022
1 parent daa5d70 commit 5b96528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5b96528

Please sign in to comment.