Make WordPress Core


Ignore:
Timestamp:
02/07/2025 03:44:07 PM (13 months ago)
Author:
joemcgill
Message:

Editor: Update packages for 6.8 pre-Betas.

Syncs @wordpress/* packages to the 'latest' npm tag.

Props mamaduka, joemcgill, youknowriad, swissspidy, sergiomdgomes, gziolo.
See #62887.

File:
1 edited

Legend:

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

    r59072 r59775  
    66    "category": "theme",
    77    "description": "An advanced block that allows displaying post types based on different query parameters and visual configurations.",
     8    "keywords": [ "posts", "list", "blog", "blogs", "custom post types" ],
    89    "textdomain": "default",
    910    "attributes": {
     
    4243        }
    4344    },
    44     "usesContext": [ "postType" ],
     45    "usesContext": [ "templateSlug" ],
    4546    "providesContext": {
    4647        "queryId": "queryId",
Note: See TracChangeset for help on using the changeset viewer.