Daniel Richards

Results 215 comments of Daniel Richards

Just to add to this, I think there are going to be situations where a theme has `` configured correctly out of the box, but a user doesn't know which...

I wonder if the change in [#67232](https://github.com/WordPress/gutenberg/pull/67232) is something that might also be needed for Write Mode. Or perhaps something different. It also uses the same system for section root,...

Just renaming as 'save function' will be confusing for devs who think it's related to the JavaScript function `save`.

Just dropping some thoughts. I personally think the code that maintains the relationships between attachment and post should be server-side and not on the client. In WordPress there are myriad...

@beckej13820 Thanks for reporting this, version 18.7.1 of the Gutenberg plugin has just rolled out and will have @t-hamano's fix for this issue.

> @talldan, does Pattern Overrides use the role content with the __default special operator? At the moment the pattern block uses `setBlockEditingMode( clientId, 'contentOnly' )` for it's inner blocks, so...

Yep! Apart from the List Block, which has some special logic that needs to be reviewed.

A way to statically anyalyze the usage of the private APIs would also be good. For most of the experimental APIs we've resorted to using https://www.wpdirectory.net/ to search whether plugins...

I think it's a little different. My issue is more related to focusing/moving the caret into an existing last block, whereas this one is about adding a new block to...