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
#62304/#68549 introduced a new setting to set the editor's default rendering mode for post types. It also updated this setting for Pages; now, they will render the page template + content.
Previously, this value was hardcoded in the Site Editor, but now the setting is shared across the editors.
Needs Decision
Let's decide whether the template-locked should be Pages' new default rendering mode.
Note
The decision concerns the default rendering mode that will ship with WordPress 6.8. After all UX issues have been resolved, the goal is to render pages in template-locked mode in the future.
Pros of template-locked:
It makes the page editing experience consistent between Site and Post editors.
The rendering mode is inconsistent between user roles. Only administrators can view pages in template-locked mode; anyone else gets "old" rendering mode.
Supported modes and what they represent:
post-only Renders post-content blocks, allowing content to be edited in isolation. This is the default value for all post types except pages.
template-locked—This mode renders both the template and post blocks, but the template blocks are locked and cannot be edited. The post blocks are editable. This is a new default for pages.
#62304/#68549 introduced a new setting to set the editor's default rendering mode for post types. It also updated this setting for Pages; now, they will render the page template + content.
Previously, this value was hardcoded in the Site Editor, but now the setting is shared across the editors.
Needs Decision
Let's decide whether the
template-lockedshould be Pages' new default rendering mode.Note
The decision concerns the default rendering mode that will ship with WordPress 6.8. After all UX issues have been resolved, the goal is to render pages in
template-lockedmode in the future.Pros of
template-locked:Cons of
template-locked:Supported modes and what they represent:
post-onlyRenders post-content blocks, allowing content to be edited in isolation. This is the default value for all post types except pages.template-locked—This mode renders both the template and post blocks, but the template blocks are locked and cannot be edited. The post blocks are editable. This is a new default for pages.Screenshots