Make WordPress Core


Ignore:
Timestamp:
06/27/2023 02:20:18 PM (3 years ago)
Author:
Bernhard Reiter
Message:

Editor: update Wordpress npm packages.

Updates the wordpress npm packages and their dependencies to the latest versions, as well as auto-updates to relevant core PHP files.

Props youknowriad, joemcgill, spacedmonkey, ramonopoly, peterwilsoncc, bernhard-reiter, tyxla, dmsnell.
Fixes #58623.

File:
1 edited

Legend:

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

    r55246 r56065  
    11{
    22    "$schema": "https://schemas.wp.org/trunk/block.json",
    3     "apiVersion": 2,
     3    "apiVersion": 3,
    44    "name": "core/embed",
    55    "title": "Embed",
     
    4242    },
    4343    "supports": {
    44         "align": true
     44        "align": true,
     45        "spacing": {
     46            "margin": true
     47        }
    4548    },
    4649    "editorStyle": "wp-block-embed-editor",
Note: See TracChangeset for help on using the changeset viewer.