From dd59014ac38830f4b4decb4351d7bcd122f4d7c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Mon, 20 May 2024 18:28:19 +0200 Subject: [PATCH] fix(docs): Fix occ example for dashboard layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- admin_manual/configuration_server/dashboard_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/dashboard_configuration.rst b/admin_manual/configuration_server/dashboard_configuration.rst index fa02da187..528eaa520 100644 --- a/admin_manual/configuration_server/dashboard_configuration.rst +++ b/admin_manual/configuration_server/dashboard_configuration.rst @@ -21,7 +21,7 @@ The layout of an existing user can be read with the following command:: The layout of the dashboard for a specific user can be set with the following command:: - occ user:setting admin dashboard layout --value="calendar,files,activity" + occ user:setting admin dashboard layout "calendar,files,activity" The default layout of the dashboard for all users can be set with the following command::