Hi everyone!
I’m setting up a Directus (11.10.2) project with multiple collections, and I’d like to define specific layouts (e.g. Kanban) and view settings (visible fields, sorting, filters, etc.) that should apply automatically to all users of a specific role, both existing and newly created accounts in that role.
Currently, it seems that:
-
Each user has their own independent layout configuration.
-
When a new user is created, the collection layout resets to the “out of the box” default.
-
Bookmarks are user-specific, not global.
-
Hiding layout options doesn’t help, because new users would still start with a blank/default layout and wouldn’t see the one I configured.
Ideally, I’d like to set the layout and view configuration once as an admin, and have all users in a role inherit it automatically, without having to configure it individually for each account.
Is there any way to achieve this today? Or any recommended workaround to make layouts role-specific and preconfigured?
Thanks in advance!