Make WordPress Core


Ignore:
Timestamp:
09/26/2023 02:20:18 PM (20 months ago)
Author:
karmatosed
Message:

Update editor related npm packages

The npm packages needed updating for 6.4 to the latest.

Props mikachan, mukesdpanchal27, luisherranz, youknowriad, tellthemachines, gziolo, ockham, michalczaplinski

Fixes #59411

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/query-pagination-numbers/block.json

    r56065 r56710  
    88    "description": "Displays a list of page numbers for pagination",
    99    "textdomain": "default",
    10     "usesContext": [ "queryId", "query" ],
     10    "attributes": {
     11        "midSize": {
     12            "type": "number",
     13            "default": 2
     14        }
     15    },
     16    "usesContext": [ "queryId", "query", "enhancedPagination" ],
    1117    "supports": {
    1218        "reusable": false,
Note: See TracChangeset for help on using the changeset viewer.