| @@ -56,9 +56,9 @@ | ||
| 56 | 56 | return $attributes; |
| 57 | 57 | } |
| 58 | 58 | |
| 59 | 59 | $dimensions_block_styles = array(); |
| 60 | - $supported_features = array( 'minHeight', 'minWidth', 'height', 'width' ); | |
| 60 | + $supported_features = array( 'minHeight', 'height', 'width' ); | |
| 61 | 61 | |
| 62 | 62 | foreach ( $supported_features as $feature ) { |
| 63 | 63 | $has_support = block_has_support( $block_type, array( 'dimensions', $feature ), false ); |
| 64 | 64 | $skip_serialization = wp_should_skip_block_supports_serialization( $block_type, 'dimensions', $feature ); |