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

    r59119 r59775  
    1717        },
    1818        "href": {
    19             "type": "string"
     19            "type": "string",
     20            "role": "content"
    2021        },
    2122        "fileId": {
     
    2829            "type": "rich-text",
    2930            "source": "rich-text",
    30             "selector": "a:not([download])"
     31            "selector": "a:not([download])",
     32            "role": "content"
    3133        },
    3234        "textLinkHref": {
     
    3436            "source": "attribute",
    3537            "selector": "a:not([download])",
    36             "attribute": "href"
     38            "attribute": "href",
     39            "role": "content"
    3740        },
    3841        "textLinkTarget": {
     
    4952            "type": "rich-text",
    5053            "source": "rich-text",
    51             "selector": "a[download]"
     54            "selector": "a[download]",
     55            "role": "content"
    5256        },
    5357        "displayPreview": {
Note: See TracChangeset for help on using the changeset viewer.