Make WordPress Core


Ignore:
Timestamp:
02/06/2023 03:22:38 PM (2 years ago)
Author:
jorgefilipecosta
Message:

Block editor: Add ID support to block wrapper attributes.

This commit adds support for the ID attribute for dynamically rendered blocks.

Props Soean, flixos90, poena, costdev, Mamaduka.
Closes #56852.

File:
1 edited

Legend:

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

    r55203 r55230  
    328328require ABSPATH . WPINC . '/block-supports/utils.php';
    329329require ABSPATH . WPINC . '/block-supports/align.php';
     330require ABSPATH . WPINC . '/block-supports/anchor.php';
    330331require ABSPATH . WPINC . '/block-supports/border.php';
    331332require ABSPATH . WPINC . '/block-supports/colors.php';
Note: See TracChangeset for help on using the changeset viewer.