From 7208ff5fa48c0dd10ca2aad2d2b4e8a48f2d771f Mon Sep 17 00:00:00 2001 From: Rich Tabor Date: Thu, 5 Dec 2024 15:52:10 -0500 Subject: [PATCH] Pattern post type: Use core default for viewport width (#713) --- .../plugins/pattern-directory/includes/pattern-post-type.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/wp-content/plugins/pattern-directory/includes/pattern-post-type.php b/public_html/wp-content/plugins/pattern-directory/includes/pattern-post-type.php index 45c01e67..dca8e84d 100644 --- a/public_html/wp-content/plugins/pattern-directory/includes/pattern-post-type.php +++ b/public_html/wp-content/plugins/pattern-directory/includes/pattern-post-type.php @@ -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(