WordPress – Access $context of parent block within block pattern
Issue I have a setup using Gutenberg blocks via ACF. One of these blocks is a Group block which has the following context: "providesContext": { "acf/groupData": "data" } I am then using <InnerBlocks /> inside the group block template file.…