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.
β - Implemented
π‘ - Waiting for an upcoming Gutenberg release to include a missing feature
β - Blocked by missing feature in WP_HTML_Tag_Processor
Wrapping content inside HTML tags with extra tags. E.g. get_content_inside_balanced_tags() from WordPress/gutenberg#46345, and a matching set_content_inside_balanced_tags() (see WordPress/gutenberg#47036).
Add some directive/components registration mechanism.
Maybe similar to blocks, patterns, etc? register_directive, takes a directory with a directive.json which includes information such as attributes, render, context, ...?
Based on #118 (comment) and #125.
β - Implemented
π‘ - Waiting for an upcoming Gutenberg release to include a missing feature
β - Blocked by missing feature in
WP_HTML_Tag_Processorwp-contextwp-showget_content_inside_balanced_tags()from WordPress/gutenberg#46345, and a matchingset_content_inside_balanced_tags()(see WordPress/gutenberg#47036).wp-bindget_attribute_names_with_prefix(); landed in GB 15.0wp-classwp-bind.wp-stylewp-bind. Furthermore, see WordPress/gutenberg#46887. (The latter isn't a blocker, though.)wp-textwp-show.wp-for/wp-eachwp-htmlwp-show.wp-slot&wp-fillTODO:
when.context.myblock.open).register_directive, takes a directory with adirective.jsonwhich includes information such asattributes,render, context, ...?