Skip to content

Commit

Permalink
Pattern post type: Use core default for viewport width (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor authored Dec 5, 2024
1 parent 60cc8df commit 7208ff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function register_post_type_data() {
'type' => 'number',
'description' => 'The width of the pattern in the block inserter.',
'single' => true,
'default' => 800,
'default' => 1200,
'sanitize_callback' => 'absint',
'auth_callback' => __NAMESPACE__ . '\can_edit_this_pattern',
'show_in_rest' => array(
Expand Down

0 comments on commit 7208ff5

Please sign in to comment.