I am also trying to pass a global variable of the parent.block to all the inner.blocks.
Is it possible?
p.s. I want to select a tag-type [h2-h4] for all the inner.blocks titles.
And so this is possible via block.json’s
"data": {
"variable": "A"
},
"providesContext": {
"acf/fields": "data"
},