wordpress-develop/tests/phpunit/data/blocks/notice
Greg Ziółkowski f84ebe3fe7 Blocks: Add automatic RTL handlind for block styles registered from metadata
Related Gutenberg issue: https://github.com/WordPress/gutenberg/pull/28274

With this change it is going to be possible to use the same pattern that wp_style_add_data uses for RTL handling. If the block style file with "-rtl.css" is included in addition to the regular style referenced in "block.json" file then it is going to be automatically registered.

Props swisspidy, aristath.
See #52301.



git-svn-id: https://develop.svn.wordpress.org/trunk@49982 602fd350-edb4-49c9-b593-d223f7449a82
2021-01-19 11:48:59 +00:00
..
block-rtl.css Blocks: Add automatic RTL handlind for block styles registered from metadata 2021-01-19 11:48:59 +00:00
block.asset.php Blocks: Add i18n support to register_block_type_from_metadata 2021-01-19 11:04:03 +00:00
block.css Blocks: Add i18n support to register_block_type_from_metadata 2021-01-19 11:04:03 +00:00
block.js Blocks: Add i18n support to register_block_type_from_metadata 2021-01-19 11:04:03 +00:00
block.json Blocks: Add i18n support to register_block_type_from_metadata 2021-01-19 11:04:03 +00:00