Make WordPress Core


Ignore:
Timestamp:
11/08/2021 02:26:27 PM (3 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/gallery/block.json

    r50929 r52042  
    5959            "default": []
    6060        },
     61        "shortCodeTransforms": {
     62            "type": "array",
     63            "default": [],
     64            "items": {
     65                "type": "object"
     66            }
     67        },
    6168        "columns": {
    6269            "type": "number",
     
    7380            "default": true
    7481        },
     82        "fixedHeight": {
     83            "type": "boolean",
     84            "default": true
     85        },
     86        "linkTarget": {
     87            "type": "string"
     88        },
    7589        "linkTo": {
    7690            "type": "string"
     
    7993            "type": "string",
    8094            "default": "large"
     95        },
     96        "allowResize": {
     97            "type": "boolean",
     98            "default": false
    8199        }
     100    },
     101    "providesContext": {
     102        "allowResize": "allowResize",
     103        "imageCrop": "imageCrop",
     104        "fixedHeight": "fixedHeight"
    82105    },
    83106    "supports": {
Note: See TracChangeset for help on using the changeset viewer.