Skip to content

Commit

Permalink
The class_list field should not be mutable.
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vlasenko authored and Anton Vlasenko committed Jun 4, 2024
1 parent 413cc74 commit 8568cda
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2362,6 +2362,7 @@ public function get_item_schema() {
'description' => __( 'An array of the class names for the post container element.' ),
'type' => 'array',
'context' => array( 'view', 'edit' ),
'readonly' => true,
'items' => array(
'type' => 'string',
),
Expand Down

0 comments on commit 8568cda

Please sign in to comment.