Make WordPress Core


Ignore:
Timestamp:
05/31/2024 05:47:23 AM (6 months ago)
Author:
noisysocks
Message:

Block Themes: Add section styling via extended block style variations

Provide users with the ability to style entire sections of a page without
having to tediously reapply the same sets of styles.

This is done by extending block style variations to apply to nested blocks.

See https://github.com/WordPress/gutenberg/pull/57908.

Fixes #61312.
Props aaronrobertshaw, talldanwp, ramonopoly, isabel_brison, andrewserong.

File:
1 edited

Legend:

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

    r58225 r58264  
    367367require ABSPATH . WPINC . '/block-supports/align.php';
    368368require ABSPATH . WPINC . '/block-supports/background.php';
     369require ABSPATH . WPINC . '/block-supports/block-style-variations.php';
    369370require ABSPATH . WPINC . '/block-supports/border.php';
    370371require ABSPATH . WPINC . '/block-supports/colors.php';
Note: See TracChangeset for help on using the changeset viewer.