Bernie Reiter

Results 36 issues of Bernie Reiter

WIP. Details to follow. TODO: - [ ] Cache - [ ] Cover case where block isn't present at first, but multiple anchor blocks are (and so it would be...

In the Patterns registry, use `apply_block_hooks_to_content` instead of the `WP_Block_Patterns_Registry` class's private `get_content` method. (The latter is removed at part of this PR.) In a similar vein, use `apply_block_hooks_to_content` in...

Please refer to the [Trac ticket](https://core.trac.wordpress.org/ticket/61957) for details. TODO: - [x] Add rewrite rule to map `/tax` to `?tax` (somewhere around [here](https://github.com/WordPress/wordpress-develop/blob/852848ac0ecebf67a92374d03ae86aae1bea9b1a/src/wp-includes/class-wp-taxonomy.php#L490-L539)?) - Some relevant documentation [here](https://make.wordpress.org/plugins/2012/06/07/rewrite-endpoints-api/). - [ ]...

## What? Introduce a new `format` field for use in attribute definitions (e.g. in `block.json`), and use it to filter block bindings source items based on `format` compatibility with bound...

[Type] Bug
[Block] Post Date
[Block] Navigation Link
[Block] Submenu
[Feature] Block bindings

Supersedes #67520. ## Enhancements - [ ] [Filter available source items for a given attribute by format.](https://github.com/WordPress/gutenberg/issues/72446) - See this [preliminary exploration and discussion](https://github.com/WordPress/gutenberg/pull/72716). - We'll do this in close...

[Type] Iteration
[Feature] Block bindings

## What? * Add two new block attribute types, `datetime` and `url`. * Use them as types for the eponymous attributes in the Date, Navigation Link, and Navigation Submenu blocks,...

[Type] Experimental
[Block] Post Date
[Block] Navigation Link
[Block] Submenu
[Feature] Block bindings