From dbc689122cdee67d3cf33dfcfaf450cdd123244f Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 30 May 2024 17:51:15 +0500 Subject: [PATCH] re-enable default padding and spacing presets --- functions.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/functions.php b/functions.php index 835d1db..9cba82d 100644 --- a/functions.php +++ b/functions.php @@ -17,14 +17,14 @@ function custom_wp_theme_json_default( $theme_json ) { 'typography' => array( 'fontSizes' => array(), ), - 'dimensions' => array( - 'aspectRatios' => array(), - ), - 'spacing' => array( - 'spacingScale' => array( - 'steps' => 0, - ), - ), + // 'dimensions' => array( + // 'aspectRatios' => array(), + // ), + // 'spacing' => array( + // 'spacingScale' => array( + // 'steps' => 0, + // ), + // ), ), ); return $theme_json->update_with( $new_data );