With WordPress 6.6 we got the ability to preview a template whilst editing a post.
In this template-locked rendering mode there are some special blocks that remain editable in a content only editing mode even if they are located somewhere in the template.
These blocks by default are:
- Post Title
- Post Featured Image
- Post Content
It would be super powerful to also have blocks that are bound to post meta sources that are positioned somewhere in the template be editable in the same way.
If you for example have a field called page_subtitle that is displayed underneath the title inside a cover block that pulls in the featured image at the top of the template you would want that subtitle to be editable inline same as the title itself.
With WordPress 6.6 we got the ability to preview a template whilst editing a post.
In this
template-lockedrendering mode there are some special blocks that remain editable in a content only editing mode even if they are located somewhere in the template.These blocks by default are:
It would be super powerful to also have blocks that are bound to post meta sources that are positioned somewhere in the template be editable in the same way.
If you for example have a field called
page_subtitlethat is displayed underneath the title inside a cover block that pulls in the featured image at the top of the template you would want that subtitle to be editable inline same as the title itself.