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
I have a CPT page template with several Lazy Blocks and a Free block.
It all works well until I add content in Free block, then it gives message "The content of your post doesn’t match the template assigned to your post type."
Clicking on "Reset the template" does nothing.
Lazy Blocks Version:
2.3.1
WordPress Version:
5.7.2
Any helpful information to reproduce the issue (screenshots, code parts)
Issue description:
I have a CPT page template with several Lazy Blocks and a Free block.
It all works well until I add content in Free block, then it gives message "The content of your post doesn’t match the template assigned to your post type."
Clicking on "Reset the template" does nothing.
Lazy Blocks Version:
2.3.1
WordPress Version:
5.7.2
Any helpful information to reproduce the issue (screenshots, code parts)
Template json:
[ { "id": 65, "title": "Meals", "data": { "post_type": "meal", "post_label": "Meals", "template_lock": "all", "blocks": [ { "name": "lazyblock-core\/free" }, { "name": "lazyblock\/no-slug" }, { "name": "lazyblock\/cooking-instructions" } ] } } ]
The text was updated successfully, but these errors were encountered: