Editor: add grid layout type

Add a new `grid` type to the layout block support.

Props andrewserong, costdev, ramonopoly.
Fixes #58554.


git-svn-id: https://develop.svn.wordpress.org/trunk@55975 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Isabel Brison
2023-06-22 04:04:50 +00:00
parent 04aeddce8c
commit 6188537427
3 changed files with 62 additions and 1 deletions

View File

@@ -1370,7 +1370,7 @@ class WP_Theme_JSON {
if (
! empty( $class_name ) &&
! empty( $base_style_rules )
is_array( $base_style_rules )
) {
// Output display mode. This requires special handling as `display` is not exposed in `safe_style_css_filter`.
if (