Make WordPress Core


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

    r59072 r59775  
    1010        "isLink": {
    1111            "type": "boolean",
    12             "default": false
     12            "default": false,
     13            "role": "content"
    1314        },
    1415        "aspectRatio": {
     
    3132            "type": "string",
    3233            "attribute": "rel",
    33             "default": ""
     34            "default": "",
     35            "role": "content"
    3436        },
    3537        "linkTarget": {
    3638            "type": "string",
    37             "default": "_self"
     39            "default": "_self",
     40            "role": "content"
    3841        },
    3942        "overlayColor": {
Note: See TracChangeset for help on using the changeset viewer.