Make WordPress Core


Ignore:
Timestamp:
07/02/2024 02:51:16 PM (21 months ago)
Author:
ellatrix
Message:

Editor: Update packages for 6.6 RC 2.

Fixes #61548.
Fixes https://github.com/WordPress/wordpress-develop/pull/6953.

See https://make.wordpress.org/core/handbook/about/release-cycle/block-editor-release-process-for-major-releases/#package-updates-and-core-patches.

Props ellatrix, youknowriad.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/blocks-json.php

    r58275 r58617  
    208208      ),
    209209      'content' => array(
    210         'type' => 'object'
    211       )
     210        'type' => 'object',
     211        'default' => array(
     212         
     213        )
     214      )
     215    ),
     216    'providesContext' => array(
     217      'pattern/overrides' => 'content'
    212218    ),
    213219    'supports' => array(
Note: See TracChangeset for help on using the changeset viewer.