Make WordPress Core


Ignore:
Timestamp:
06/27/2023 02:20:18 PM (2 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/group/block.json

    r55246 r56065  
    11{
    22    "$schema": "https://schemas.wp.org/trunk/block.json",
    3     "apiVersion": 2,
     3    "apiVersion": 3,
    44    "name": "core/group",
    55    "title": "Group",
     
    1616            "type": [ "string", "boolean" ],
    1717            "enum": [ "all", "insert", "contentOnly", false ]
     18        },
     19        "allowedBlocks": {
     20            "type": "array"
    1821        }
    1922    },
     
    7376            }
    7477        },
    75         "__experimentalLayout": {
     78        "layout": {
    7679            "allowSizingOnChildren": true
    7780        }
Note: See TracChangeset for help on using the changeset viewer.