diff --git a/functions.php b/functions.php index adf114a..43b308b 100644 --- a/functions.php +++ b/functions.php @@ -9,8 +9,22 @@ function custom_wp_theme_json_default( $theme_json ) { 'settings' => array( 'color' => array( 'palette' => array(), - 'gradient' => array(), - ) + 'gradients' => array(), + ), + 'shadow' => array( + 'presets' => array(), + ), + 'typography' => array( + 'fontSizes' => array(), + ), + 'dimensions' => array( + 'aspectRatios' => array(), + ), + 'spacing' => array( + 'spacingScale' => array( + 'steps' => 0, + ), + ), ), ); return $theme_json->update_with( $new_data );