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

    r54257 r56065  
    11{
    22    "$schema": "https://schemas.wp.org/trunk/block.json",
    3     "apiVersion": 2,
     3    "apiVersion": 3,
    44    "name": "core/columns",
    55    "title": "Columns",
     
    1414            "type": "boolean",
    1515            "default": true
     16        },
     17        "templateLock": {
     18            "type": [ "string", "boolean" ],
     19            "enum": [ "all", "insert", "contentOnly", false ]
    1620        }
    1721    },
     
    3640            "padding": true,
    3741            "__experimentalDefaultControls": {
    38                 "padding": true
     42                "padding": true,
     43                "blockGap": true
    3944            }
    4045        },
    41         "__experimentalLayout": {
     46        "layout": {
    4247            "allowSwitching": false,
    4348            "allowInheriting": false,
Note: See TracChangeset for help on using the changeset viewer.