Make WordPress Core

Changeset 57373


Ignore:
Timestamp:
01/29/2024 11:14:22 AM (3 months ago)
Author:
gziolo
Message:

Editor: Add registry for block binding sources

It is part of the sync from the Gutenberg plugin that introduces the registry for block binding sources required for the new Block Bindings API: https://github.com/WordPress/gutenberg/issues/54536.

See #60282.
Props czapla, artemiosans, santosguillamot, sc0ttkclark, lgladdy, talldanwp, swissspidy, youknowriad, fabiankaegy.

Location:
trunk
Files:
3 added
1 edited

Legend:

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

    r57350 r57373  
    331331require ABSPATH . WPINC . '/sitemaps/providers/class-wp-sitemaps-users.php';
    332332require ABSPATH . WPINC . '/class-wp-block-editor-context.php';
     333require ABSPATH . WPINC . '/class-wp-block-bindings-registry.php';
    333334require ABSPATH . WPINC . '/class-wp-block-type.php';
    334335require ABSPATH . WPINC . '/class-wp-block-pattern-categories-registry.php';
Note: See TracChangeset for help on using the changeset viewer.