wordpress-develop/tests/phpunit/data/themedir1/block-theme
Felix Arntz 2b931da110 Editor: Fix bug where it was not possible to style custom block elements in theme.json.
This changeset resolves a bug where WordPress would only allow HTML elements within core's own blocks to be styled in `theme.json`. Prior to this change, any `theme.json` rules applying to elements in custom blocks were ignored. With this fix it is now possible to style third-party block elements in `theme.json`.

Props flixos90, azaozz, costdev, glendaviesnz, spacedmonkey, oandregal.
Fixes #57868.


git-svn-id: https://develop.svn.wordpress.org/trunk@56254 602fd350-edb4-49c9-b593-d223f7449a82
2023-07-18 00:00:49 +00:00
..
blocks/example-block Editor: Allow registration of blocks that include assets from within a theme 2022-04-07 11:57:16 +00:00
parts Editor: Enable incomplete unit tests in Tests_Block_Template_Utils:: test_get_block_template_from_file(). 2021-12-03 16:57:19 +00:00
styles Block editor: Update WP_Theme_JSON_Resolver and improve its performance. 2023-02-06 15:31:50 +00:00
templates Editor: add Post Content attributes to block editor settings. 2023-06-21 04:21:04 +00:00
functions.php Editor: Allow registration of blocks that include assets from within a theme 2022-04-07 11:57:16 +00:00
index.php Themes: Remove mention of “FSE” in Core. 2021-07-07 15:48:13 +00:00
page-1.php Themes: Add block template resolution algorithm unit tests. 2021-11-25 09:20:03 +00:00
style.css Themes: Remove mention of “FSE” in Core. 2021-07-07 15:48:13 +00:00
theme.json Editor: Fix bug where it was not possible to style custom block elements in theme.json. 2023-07-18 00:00:49 +00:00