Make WordPress Core


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

    r55440 r56065  
    11{
    22    "$schema": "https://schemas.wp.org/trunk/block.json",
    3     "apiVersion": 2,
     3    "apiVersion": 3,
    44    "name": "core/query",
    55    "title": "Query Loop",
     
    3333            "default": "div"
    3434        },
    35         "displayLayout": {
    36             "type": "object",
    37             "default": {
    38                 "type": "list"
    39             }
    40         },
    4135        "namespace": {
    4236            "type": "string"
     
    5145        "align": [ "wide", "full" ],
    5246        "html": false,
    53         "__experimentalLayout": true
     47        "layout": true
    5448    },
    5549    "editorStyle": "wp-block-query-editor"
Note: See TracChangeset for help on using the changeset viewer.