Make WordPress Core


Ignore:
Timestamp:
02/07/2025 03:44:07 PM (15 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/image/block.json

    r59119 r59775  
    55    "title": "Image",
    66    "category": "media",
    7     "usesContext": [ "allowResize", "imageCrop", "fixedHeight" ],
     7    "usesContext": [
     8        "allowResize",
     9        "imageCrop",
     10        "fixedHeight",
     11        "postId",
     12        "postType",
     13        "queryId"
     14    ],
    815    "description": "Insert an image to make a visual statement.",
    916    "keywords": [ "img", "photo", "picture" ],
Note: See TracChangeset for help on using the changeset viewer.