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 );