Make WordPress Core


Ignore:
Timestamp:
09/19/2023 01:27:43 AM (19 months ago)
Author:
isabel_brison
Message:

Editor: add background image support.

Adds a new background block support with the ability to set a background image on blocks that opt into it.

Props andrewserong, mukesh27.
Fixes #59357.

File:
1 edited

Legend:

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

    r56500 r56614  
    341341require ABSPATH . WPINC . '/block-supports/utils.php';
    342342require ABSPATH . WPINC . '/block-supports/align.php';
     343require ABSPATH . WPINC . '/block-supports/background.php';
    343344require ABSPATH . WPINC . '/block-supports/border.php';
    344345require ABSPATH . WPINC . '/block-supports/colors.php';
Note: See TracChangeset for help on using the changeset viewer.