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
The current implementation of the Post Content block has a few issues.
First of all, if you insert a Query that contains a Post Content block in the post editor, the canvas renders a lacklustre "Block cannot be rendered inside itself." error message. Should it be possible for a Query in a post or page to display the full Post Content? If not then the block shouldn't be available in this context at all. If so then we should fix that error message.
In the Site Editor, a Query that contains a Post Content block will sometimes display all of its children in list view like so:
query.mp4
Naturally if you make changes here and save, those changes will be pushed upstream to the post itself. I think there is a discussion to be had around whether:
List view should display the Post Content child blocks
It should be possible to directly manipulate them on the canvas
My thinking is that seeing those child blocks in list view, and being able to edit them on the canvas is a bit overwhelming and unhelpfully blurs the line between template / content editing. Selecting and modifying blocks in the current document seems fine, but when the blocks leave the scope of the current document the experience can get confusing. That said, there should be a way to move from the Post Content block to edit the underlying post.
Tentative to-do list
Fix the error message in the post editor (or render the block contents)
Consider hiding the Post Content child blocks in list view
I am creating a single post reusable block template. When I set up my blocks, when grabbing the Post Content block to use for Post content text to come through, it is taking my existing elements and duplicating it inside the Post block, there is also another Post Content block under all of this that I did not add. What is the resolution fix temporarily? I do not see where I can edit Post Content block.
@jenfloods I think this warrants a dedicated issue. It looks like it might be a bug that occurs when the Post Content block is placed inside a Reusable Block.
The current implementation of the Post Content block has a few issues.
First of all, if you insert a Query that contains a Post Content block in the post editor, the canvas renders a lacklustre "Block cannot be rendered inside itself." error message. Should it be possible for a Query in a post or page to display the full Post Content? If not then the block shouldn't be available in this context at all. If so then we should fix that error message.
In the Site Editor, a Query that contains a Post Content block will sometimes display all of its children in list view like so:
query.mp4
Naturally if you make changes here and save, those changes will be pushed upstream to the post itself. I think there is a discussion to be had around whether:
My thinking is that seeing those child blocks in list view, and being able to edit them on the canvas is a bit overwhelming and unhelpfully blurs the line between template / content editing. Selecting and modifying blocks in the current document seems fine, but when the blocks leave the scope of the current document the experience can get confusing. That said, there should be a way to move from the Post Content block to edit the underlying post.
Tentative to-do list
The text was updated successfully, but these errors were encountered: