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

    r53157 r56065  
    11{
    22        "$schema": "https://schemas.wp.org/trunk/block.json",
    3         "apiVersion": 2,
     3        "apiVersion": 3,
    44        "name": "core/file",
    55        "title": "File",
     
    5757        "supports": {
    5858                "anchor": true,
    59                 "align": true
     59                "align": true,
     60                "color": {
     61                        "gradients": true,
     62                        "link": true,
     63                        "text": false,
     64                        "__experimentalDefaultControls": {
     65                                "background": true,
     66                                "link": true
     67                        }
     68                }
    6069        },
    6170        "viewScript": "file:./view.min.js",
Note: See TracChangeset for help on using the changeset viewer.