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

    r54257 r56065  
    11{
    22    "$schema": "https://schemas.wp.org/trunk/block.json",
    3     "apiVersion": 2,
     3    "apiVersion": 3,
    44    "name": "core/column",
    55    "title": "Column",
    6     "category": "text",
     6    "category": "design",
    77    "parent": [ "core/columns" ],
    88    "description": "A single column within a columns block.",
     
    3939            "padding": true,
    4040            "__experimentalDefaultControls": {
    41                 "padding": true
     41                "padding": true,
     42                "blockGap": true
    4243            }
    4344        },
     
    6566            }
    6667        },
    67         "__experimentalLayout": true
     68        "layout": true
    6869    }
    6970}
Note: See TracChangeset for help on using the changeset viewer.