#57621 closed enhancement (fixed)
Add support for global styles per-block custom css
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | gutenberg-merge has-patch has-unit-tests |
Focuses: | Cc: |
Description
This is a continuation of https://core.trac.wordpress.org/ticket/57536, backporting https://github.com/WordPress/gutenberg/pull/46571 from Gutenberg.
Change History (6)
This ticket was mentioned in PR #3977 on WordPress/wordpress-develop by @aristath.
2 years ago
#1
- Keywords has-patch has-unit-tests added
@Mamaduka commented on PR #3977:
2 years ago
#2
It looks like we missed the undefined method usage in #3896. This PR should fix that.
@flixos90 commented on PR #3977:
2 years ago
#4
Committed in https://core.trac.wordpress.org/changeset/55216
Note: See
TracTickets for help on using
tickets.
Backports https://github.com/WordPress/gutenberg/pull/46571
This is a continuation of https://github.com/WordPress/wordpress-develop/pull/3896
That PR included a call to the `process_blocks_custom_css` method, but the method itself was not included.
This PR back ports that method, and its related tests.
Trac ticket: https://core.trac.wordpress.org/ticket/57621