Make WordPress Core


Ignore:
Timestamp:
10/20/2020 01:33:02 PM (4 years ago)
Author:
youknowriad
Message:

Block Editor: Update the WordPress Packages to the latest version.

This includes the packages that match the Gutenberg 9.2 Release.
It is going to be the last block-editor features update for WordPress 5.6.
It also updates the block-supports code base to the latest APIs.

Props isabel_brison, noisysocks, desrosj.
Fixes #51570.

File:
1 edited

Legend:

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

    r48845 r49226  
    11{
     2    "apiVersion": 2,
    23    "name": "core/video",
    34    "category": "media",
     
    6061            "selector": "video",
    6162            "attribute": "playsinline"
     63        },
     64        "tracks": {
     65            "type": "array",
     66            "items": {
     67                "type": "object"
     68            },
     69            "default": []
    6270        }
    6371    },
    6472    "supports": {
    6573        "anchor": true,
    66         "align": true,
    67         "lightBlockWrapper": true
     74        "align": true
    6875    }
    6976}
Note: See TracChangeset for help on using the changeset viewer.