Make WordPress Core


Ignore:
Timestamp:
04/06/2022 09:45:31 AM (3 years ago)
Author:
gziolo
Message:

Editor: Make block type aware of the ancestor field

The ancestor field was recently added to the block.json schema in Gutenberg. See: https://github.com/WordPress/gutenberg/pull/39894.

Props darerodz.
Fixes #55531.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/post.php

    r53056 r53084  
    22332233        'textdomain'       => 'textdomain',
    22342234        'parent'           => 'parent',
     2235        'ancestor'         => 'ancestor',
    22352236        'keywords'         => 'keywords',
    22362237        'example'          => 'example',
Note: See TracChangeset for help on using the changeset viewer.