Merge pull request #11845 from nextcloud/backport/11843/stable28

[stable28] fix(docs): Fix occ example for dashboard layout
This commit is contained in:
Josh 2024-07-08 14:20:01 -04:00 committed by GitHub
commit b4e6830fcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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::