Skip to content

Commit

Permalink
Update class-wp-rest-block-types-controller.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo authored May 28, 2020
1 parent c523fbb commit 01de805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class-wp-rest-block-types-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ public function get_item_schema() {
),
'parent' => array(
'description' => __( 'Parent blocks.', 'gutenberg' ),
'type' => 'array',
'type' => array( 'null', 'array' ),
'items' => array(
'type' => 'string',
),
Expand Down

0 comments on commit 01de805

Please sign in to comment.