mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 11:44:33 +00:00
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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user