Feature Request — Option to disable user preference persistence for collapsible fields #14301
hendrik244
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Currently, Payload automatically persists various UI preferences per user (https://payloadcms.com/docs/admin/preferences), such as:
• Active columns and their order
• Last active locale
• Collapsed/expanded state of collapsible fields, arrays, and blocks
• Navigation panel state, etc.
For one of our clients, we have a requirement where fields should always render as collapsed by default, regardless of previous user interactions. However, the collapsed state is currently restored from user preferences, which makes this impossible to achieve without modifying core behavior.
Feature request:
Add an optional configuration flag to disable persistence of user preferences for specific UI elements (or globally).
Some clients prefer a consistent UI layout across all users, and do not want personal UI states to persist between sessions.
Beta Was this translation helpful? Give feedback.
All reactions