re-enable default padding and spacing presets
This commit is contained in:
parent
617cbde64d
commit
dbc689122c
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user