Make WordPress Core


Ignore:
Timestamp:
04/05/2022 12:06:48 PM (3 years ago)
Author:
gziolo
Message:

Editor: Backport block support changes from the Gutenberg plugin

Migrate spacing, border, color, dimensions, elements and typography and associated tests for block supports in the block editor.

Related changes in Gutenberg:

Props ramonopoly, aaronrobertshaw.
See #55505.

File:
1 edited

Legend:

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

    r53004 r53076  
    318318require ABSPATH . WPINC . '/block-patterns.php';
    319319require ABSPATH . WPINC . '/class-wp-block-supports.php';
     320require ABSPATH . WPINC . '/block-supports/utils.php';
    320321require ABSPATH . WPINC . '/block-supports/align.php';
    321322require ABSPATH . WPINC . '/block-supports/border.php';
Note: See TracChangeset for help on using the changeset viewer.