Dynamic block inside InnerBlock? #65842
Unanswered
lewiswharf
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use a dynamic block inside InnerBlock? I can get it working in the editor, but I'm not able to get it to render on the front end.
I have a parent block that provides context to child blocks. I did it this way because I wanted to limit API queries and allow for maximum flexibility in arranging the content (child blocks). But I'm not finding a way to update the context in the parent block so that the children blocks render the dynamic content.
I'm using InnerBlock in the parent block and I do save.
I believe I have everything working correctly with InnerBlocks because it functions in the editor and saves correctly.
Beta Was this translation helpful? Give feedback.
All reactions