Optional simplification of the the status dialog in the sidebar to only show the active site? #18370
-
|
Is it possible to simplify the status dialog in the sidebar so that the status toggle is only visible (and editable) for the active site? At the moment, the “Enabled for” section allows toggling status for multiple sites/languages at once. The client would prefer a more constrained behavior where, when editing an entry, the status can only be changed for the currently active site/language. In other words, it wouldn’t be possible to toggle status for other sites than the active one from this dialog. Site context switching is then isolated to the breadcrumbs nav UI. The goal is to reduce complexity in the UI and avoid confusion on other sites/languages when working on a specific entry. Is this something that’s already supported, configurable, or planned or could be considered — or would it require a custom solution? Thanks! Svale |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
That’s not possible, but you could hide the button with the Control Panel CSS plugin. .expand-status-btn {
display: none;
} |
Beta Was this translation helpful? Give feedback.
That’s not possible, but you could hide the button with the Control Panel CSS plugin.