Hello,
I have a block that needs contextual information about its parent block. I have read the wordpress documentation on block context but can’t really see how to apply this with Sage 10.
Anyone who have achieved this?
Hello,
I have a block that needs contextual information about its parent block. I have read the wordpress documentation on block context but can’t really see how to apply this with Sage 10.
Anyone who have achieved this?
How are you registering blocks in your Sage 10 theme? Are you using a JSON file or something like acorn
poet
?
In any case, you would add the providesContext
field with appropriate items to to the parent block configuration and usesContext
to the designated child block configuration.
Then you can consume the context in the component (by adjusting edit
and save
).