Opened 9 hours ago
Closed 7 hours ago
#66086 closed enhancement (invalid)
Global Styles: Remove dead breakpoint-nested blocks schema entry
| Reported by: | ramonopoly | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 7.1 |
| Severity: | minor | Keywords: | gutenberg-merge has-patch |
| Cc: | Focuses: |
Description
A trac ticket to track the Core sync of utenberg PR https://github.com/WordPress/gutenberg/pull/82717
Removes a dead line from the block style variation schema in WP_Theme_JSON_Gutenberg::sanitize().
The schema allowed a blocks map nested inside a responsive breakpoint state (variations.<slug>.@mobile.blocks). That data survives sanitization but nothing reads it when generating CSS, so it never produces any output.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This is being taken care of in #65992