Changes between Initial Version and Version 1 of Ticket #53006
- Timestamp:
- 04/09/2021 08:39:17 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53006 – Description
initial v1 1 Moved from GitHub (https://github.com/WordPress/gutenberg/issues/30356 ).1 Moved from GitHub (https://github.com/WordPress/gutenberg/issues/30356, reported by [https://github.com/xavivars xavivars]). 2 2 3 ## What problem does this address? 3 **What problem does this address?** 4 4 5 [As documented here](https://github.com/WordPress/gutenberg/blob/trunk/docs/reference-guides/filters/block-filters.md#block-style-variations), block styles can be registered both server side (using PHP method `register_block_style`) and client side (using `wp.blocks.registerBlockStyle`). 5 6 … … 22 23 }}} 23 24 24 ## What is your proposed solution? 25 **What is your proposed solution?** 25 26 26 27 Extend `register_block_style` to also accept `isDefault`.