Changeset 53084 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
- Timestamp:
- 04/06/2022 09:45:31 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
r51786 r53084 267 267 'keywords', 268 268 'parent', 269 'ancestor', 269 270 'provides_context', 270 271 'uses_context', … … 646 647 'readonly' => true, 647 648 ), 649 'ancestor' => array( 650 'description' => __( 'Ancestor blocks.' ), 651 'type' => array( 'array', 'null' ), 652 'items' => array( 653 'type' => 'string', 654 ), 655 'default' => null, 656 'context' => array( 'embed', 'view', 'edit' ), 657 'readonly' => true, 658 ), 648 659 'keywords' => $keywords_definition, 649 660 'example' => $example_definition,
Note: See TracChangeset
for help on using the changeset viewer.