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
{{ message }}
This repository was archived by the owner on Jul 28, 2023. It is now read-only.
Right now, blocks have two properties called data-wp-block-provides-block-context and data-wp-block-uses-block-context, containing the information of those attributes that are exposed and consumed.
The idea is to use the Option Hooks API from Preact to handle those properties as directives.
Right now, blocks have two properties called
data-wp-block-provides-block-contextanddata-wp-block-uses-block-context, containing the information of those attributes that are exposed and consumed.The idea is to use the Option Hooks API from Preact to handle those properties as directives.