Make WordPress Core


Ignore:
Timestamp:
02/07/2023 12:40:44 PM (22 months ago)
Author:
jorgefilipecosta
Message:

Block editor: Add frontend block-level settings to the core.

This commit adds block-level settings in the core. Block level settings allow a block to define the preset settings of its nested blocks using the same shape as theme.json.

Props oandregal, Mamaduka, jorgefilipecosta, dmsnell, adamziel.
57651 #57651.

File:
1 edited

Legend:

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

    r55230 r55255  
    339339require ABSPATH . WPINC . '/block-supports/spacing.php';
    340340require ABSPATH . WPINC . '/block-supports/typography.php';
     341require ABSPATH . WPINC . '/block-supports/settings.php';
    341342require ABSPATH . WPINC . '/style-engine.php';
    342343require ABSPATH . WPINC . '/style-engine/class-wp-style-engine.php';
Note: See TracChangeset for help on using the changeset viewer.