Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53006


Ignore:
Timestamp:
04/09/2021 08:39:17 AM (4 years ago)
Author:
gziolo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53006 – Description

    initial v1  
    1 Moved from GitHub (https://github.com/WordPress/gutenberg/issues/30356).
     1Moved from GitHub (https://github.com/WordPress/gutenberg/issues/30356, reported by [https://github.com/xavivars xavivars]).
    22
    3 ## What problem does this address?
     3**What problem does this address?**
     4
    45[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`).
    56
     
    2223}}}
    2324
    24 ## What is your proposed solution?
     25**What is your proposed solution?**
    2526
    2627Extend `register_block_style` to also accept `isDefault`.