You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default layout of the dashboard for all users can be set with the following command::
occ config:app:set dashboard layout --value="files,activity,calendar"
Changing the default layout will not affect existing users that already have a custom layout stored.
It's possible to replace the default dashboard with a custom app with the following command::
occ config:app:set core defaultpage --value "/apps/files/extstoragemounts"
occ config:app:set --value "/apps/files/extstoragemounts" core defaultpage
Sets a default page for all users (works with more things than the
defaultapp
parameter)It’s been in place for >10 years through a number of code changes in that area. I suppose we should document it.
The code handling this is here.
The text was updated successfully, but these errors were encountered: