Skip to content

Commit

Permalink
Merge pull request #11843 from nextcloud/fix/noid/occ-dashboard-layout
Browse files Browse the repository at this point in the history
fix(docs): Fix occ example for dashboard layout
  • Loading branch information
SystemKeeper authored May 20, 2024
2 parents a8e05dc + dd59014 commit 35149a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 35149a3

Please sign in to comment.