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

    r55440 r56065  
    11{
    22    "$schema": "https://schemas.wp.org/trunk/block.json",
    3     "apiVersion": 2,
     3    "apiVersion": 3,
    44    "name": "core/post-excerpt",
    5     "title": "Post Excerpt",
     5    "title": "Excerpt",
    66    "category": "theme",
    7     "description": "Display a post's excerpt.",
     7    "description": "Display the excerpt.",
    88    "textdomain": "default",
    99    "attributes": {
     
    1717            "type": "boolean",
    1818            "default": true
     19        },
     20        "excerptLength": {
     21            "type": "number",
     22            "default": 55
    1923        }
    2024    },
Note: See TracChangeset for help on using the changeset viewer.