Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Apr 18, 2022
1 parent ba4d184 commit c3a085c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public function get_item_schema() {
'readonly' => true,
'context' => array( 'view', 'edit', 'embed' ),
),
'inserter' => array(
'inserter' => array(
'description' => __( 'Determines whether the pattern is visible in inserter.', 'gutenberg' ),
'type' => 'boolean',
'readonly' => true,
Expand Down

0 comments on commit c3a085c

Please sign in to comment.