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

    r55440 r56065  
    11{
    22        "$schema": "https://schemas.wp.org/trunk/block.json",
    3         "apiVersion": 2,
     3        "apiVersion": 3,
    44        "name": "core/latest-comments",
    55        "title": "Latest Comments",
     
    3434                        "margin": true,
    3535                        "padding": true
     36                },
     37                "typography": {
     38                        "fontSize": true,
     39                        "lineHeight": true,
     40                        "__experimentalFontFamily": true,
     41                        "__experimentalFontWeight": true,
     42                        "__experimentalFontStyle": true,
     43                        "__experimentalTextTransform": true,
     44                        "__experimentalTextDecoration": true,
     45                        "__experimentalLetterSpacing": true,
     46                        "__experimentalDefaultControls": {
     47                                "fontSize": true
     48                        }
    3649                }
    3750        },
Note: See TracChangeset for help on using the changeset viewer.