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

    r55246 r56065  
    11{
    22    "$schema": "https://schemas.wp.org/trunk/block.json",
    3     "apiVersion": 2,
     3    "apiVersion": 3,
    44    "name": "core/button",
    55    "title": "Button",
     
    1717            "source": "attribute",
    1818            "selector": "a",
    19             "attribute": "href"
     19            "attribute": "href",
     20            "__experimentalRole": "content"
    2021        },
    2122        "title": {
     
    2324            "source": "attribute",
    2425            "selector": "a",
    25             "attribute": "title"
     26            "attribute": "title",
     27            "__experimentalRole": "content"
    2628        },
    2729        "text": {
    2830            "type": "string",
    2931            "source": "html",
    30             "selector": "a"
     32            "selector": "a",
     33            "__experimentalRole": "content"
    3134        },
    3235        "linkTarget": {
     
    3437            "source": "attribute",
    3538            "selector": "a",
    36             "attribute": "target"
     39            "attribute": "target",
     40            "__experimentalRole": "content"
    3741        },
    3842        "rel": {
     
    4044            "source": "attribute",
    4145            "selector": "a",
    42             "attribute": "rel"
     46            "attribute": "rel",
     47            "__experimentalRole": "content"
    4348        },
    4449        "placeholder": {
     
    9398        },
    9499        "__experimentalBorder": {
     100            "color": true,
    95101            "radius": true,
     102            "style": true,
     103            "width": true,
    96104            "__experimentalSkipSerialization": true,
    97105            "__experimentalDefaultControls": {
    98                 "radius": true
     106                "color": true,
     107                "radius": true,
     108                "style": true,
     109                "width": true
    99110            }
    100111        },
Note: See TracChangeset for help on using the changeset viewer.