Make WordPress Core

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.

Change History (1)

#1 @ramonopoly
7 hours ago

  • Milestone 7.2
  • Resolutioninvalid
  • Status newclosed

This is being taken care of in #65992

Note: See TracTickets for help on using tickets.