Skip to content
Prev Previous commit
Next Next commit
Hi Linter!
  • Loading branch information
ramonjd committed Aug 11, 2021
commit c9bad6d115762f0de627636a4999ba1fec6813f0
4 changes: 2 additions & 2 deletions lib/class-wp-theme-json-gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class WP_Theme_JSON_Gutenberg {
'text' => null,
),
'dimensions' => array(
'height' => null,
'height' => null,
'minHeight' => null,
),
'spacing' => array(
Expand Down Expand Up @@ -98,7 +98,7 @@ class WP_Theme_JSON_Gutenberg {
),
'custom' => null,
'dimensions' => array(
'customHeight' => null,
'customHeight' => null,
'customMinHeight' => null,
),
'layout' => array(
Expand Down