Make WordPress Core

Changeset 62453


Ignore:
Timestamp:
06/03/2026 06:18:10 AM (42 hours ago)
Author:
isabel_brison
Message:

Editor: add support for style states on block instances.

Adds a "states" block support that allows styling pseudo states and viewport sizes.

Props isabel_brison, andrewserong, ramonopoly, audrasjb, desrosj.
Fixes #65239.

Location:
trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r62334 r62453  
    427427require ABSPATH . WPINC . '/block-supports/block-visibility.php';
    428428require ABSPATH . WPINC . '/block-supports/custom-css.php';
     429require ABSPATH . WPINC . '/block-supports/states.php';
    429430require ABSPATH . WPINC . '/style-engine.php';
    430431require ABSPATH . WPINC . '/style-engine/class-wp-style-engine.php';
Note: See TracChangeset for help on using the changeset viewer.