Greg Ziółkowski
Greg Ziółkowski
> I believe I've addressed all the current feedback here and on the core patch. I ultimately decided to make the selectors prop default to an empty array on the...
We can land changes in WordPress core after WP 6.2 RC1 that happened yesterday. Whenever you are ready with the Gutenberg part, I can take care of the core part.
This PR is open for quite some time already, so it's been on my mind while doing different things. I run into [Element styles](https://github.com/WordPress/gutenberg/blob/b1dce4e1320cf4bb723cf9f162013d4881d7c0ba/docs/how-to-guides/themes/theme-json.md?plain=1#L974) that you can define in `theme.json`:...
Thank you @luisherranz for your feedback. I included your suggestions together with references. I also added two more items that I missed initially but have been following closely for a...
> I'll do my best to articulate an answer but there might be others that have a deeper understanding of the Elements API that can help paint a complete picture....
> I'll still aim to get this merged soon and iterate on it from there so long as there are no objections to that. I thought I said it clearly...
## ☑️ Completed in WordPress 6.1 cycle ### Block Registration - Reference PHP file necessary for the block from `block.json`. It could be a new setting `render` in `block.json` ([Trac#53148](https://core.trac.wordpress.org/ticket/53148),...
> One goal of the selectors object was for 3rd parties to be able to easily determine what the selector was for a particular feature. Keying by the feature probably...
## ☑️ Completed in WordPress 6.2 cycle ### Block Modification - WordPress 6.2: Injecting dynamic data to block HTML markup in PHP (https://github.com/WordPress/gutenberg/pull/42485, https://make.wordpress.org/core/2022/08/19/a-new-system-for-simply-and-reliably-updating-html-attributes/).
> Mentioning this in case you think it'd be good to include it: > > * [How should we handle different layers/states for the same block in the editor? #38108](https://github.com/WordPress/gutenberg/discussions/38108)...