From 7c22c698e2b306dba68850c6041a0d002f9ac036 Mon Sep 17 00:00:00 2001 From: Jannik Stehle <50302941+JammingBen@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:14:00 +0000 Subject: [PATCH] Merge pull request #10341 from owncloud/remove-clipboard-from-files-store Remove clipboard from files store --- getting-started.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/getting-started.md b/getting-started.md index c2ed26b8e27..35b6da880b8 100644 --- a/getting-started.md +++ b/getting-started.md @@ -46,10 +46,6 @@ Depending on the backend you are using, there are sample config files provided i #### Options -- `options.homeFolder` You can specify a folder that is used when the user navigates `home`. Navigating home gets triggered by clicking on the `All files` - menu item. The user will not be jailed in that directory. It simply serves as a default location. You can either provide a static location, or you can use - variables of the user object to come up with a user specific home path. This uses twig template variable style and allows you to pick a value or a - substring of a value of the authenticated user. Examples are `/Shares`, `/{{.Id}}` and `/{{substr 0 3 .Id}}/{{.Id}`. - `options.openAppsInTab` Configures whether apps and extensions generally should open in a new tab. Defaults to false. - `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.