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/buttons/block.json

    r54257 r56065  
    11{
    22    "$schema": "https://schemas.wp.org/trunk/block.json",
    3     "apiVersion": 2,
     3    "apiVersion": 3,
    44    "name": "core/buttons",
    55    "title": "Buttons",
     
    1111        "anchor": true,
    1212        "align": [ "wide", "full" ],
     13        "html": false,
    1314        "__experimentalExposeControlsToChildren": true,
    1415        "spacing": {
     
    3233            }
    3334        },
    34         "__experimentalLayout": {
     35        "layout": {
    3536            "allowSwitching": false,
    3637            "allowInheriting": false,
Note: See TracChangeset for help on using the changeset viewer.