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
After looking into this, I can see that this block is not a standard block that has queryable attributes. Its part of the Full-stack editing blocks that are generated dynamically per page.
If you look at the contents of a saved CoreNavigation block you will see that it contains only a reference:
<!-- wp:navigation {"ref":45} /-->
This means that by default it cannot be parsed using the parse_blocks function. It won't do anything.
Thanks for your hardwork on this. I'm struggling to get data from CoreNavigation, CoreNavigationLink, CoreNavigationSubmenu. Please see code:
This returns the following:
The text was updated successfully, but these errors were encountered: