remove more default wp css variables
This commit is contained in:
parent
0bb53d1598
commit
10a69df129
@ -9,8 +9,22 @@ function custom_wp_theme_json_default( $theme_json ) {
|
|||||||
'settings' => array(
|
'settings' => array(
|
||||||
'color' => array(
|
'color' => array(
|
||||||
'palette' => 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 );
|
return $theme_json->update_with( $new_data );
|
||||||
|
Loading…
Reference in New Issue
Block a user