Make WordPress Core


Ignore:
Timestamp:
11/08/2021 02:26:27 PM (4 years ago)
Author:
youknowriad
Message:

Block Editor: Update the WordPress Packages based on Gutenberg 11.9 RC1.

This brings the JS packages up to date and is the first step that will allow us
to include the other block editor updates for WordPress 5.9:
FSE infrastrucutre, site editor and global styles.

Props noisysocks.
See #54337.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/columns/block.json

    r50929 r52042  
    44    "title": "Columns",
    55    "category": "design",
    6     "description": "Add a block that displays content in multiple columns, then add whatever content blocks you’d like.",
     6    "description": "Display content in multiple columns, with blocks added to each column.",
    77    "textdomain": "default",
    88    "attributes": {
    99        "verticalAlignment": {
    1010            "type": "string"
     11        },
     12        "isStackedOnMobile": {
     13            "type": "boolean",
     14            "default": true
    1115        }
    1216    },
     
    1822            "gradients": true,
    1923            "link": true
     24        },
     25        "spacing": {
     26            "blockGap": true,
     27            "margin": [ "top", "bottom" ],
     28            "padding": true,
     29            "__experimentalDefaultControls": {
     30                "blockGap": true
     31            }
    2032        }
    2133    },
Note: See TracChangeset for help on using the changeset viewer.