Changes between Initial Version and Version 25 of Ticket #57354
- Timestamp:
- 01/30/2023 03:39:37 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57354
-
Property
Status
changed from
newtoclosed -
Property
Component
changed from
GeneraltoThemes -
Property
Summary
changed from
Backport: outline support for blocks via theme.jsontoAdd outline support for blocks via theme.json - Property Owner set to hellofromTonya
-
Property
Milestone
changed from
Awaiting Reviewto6.2 - Property Keywords has-patch has-unit-tests has-testing-info commit added
-
Property
Resolution
changed from
tofixed
-
Property
Status
changed from
-
Ticket #57354 – Description
initial v25 1 This PR backports the changes from https://github.com/WordPress/gutenberg/pull/43526 that were missing on the 6.1 release.1 Adds the ability to define outline CSS properties for elements and blocks within theme.json to render `outline-color`, `outline-offset`, `outline-style`, and `outline-width styles`. 2 2 3 This adds the outline property as an option to include in theme.json 3 Reference: 4 * https://github.com/WordPress/gutenberg/pull/43526 5 6 Note: this enhancement was missed during the 6.1 release.