From ac15f48a39b762954aa314441e9a8feee694a7d5 Mon Sep 17 00:00:00 2001 From: Rich Tabor Date: Thu, 5 Dec 2024 11:21:19 -0500 Subject: [PATCH] use core default for viewport width --- .../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(