Make WordPress Core


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

    r58187 r59775  
    1010    "attributes": {
    1111        "url": {
    12             "type": "string"
     12            "type": "string",
     13            "role": "content"
    1314        },
    1415        "service": {
     
    1617        },
    1718        "label": {
    18             "type": "string"
     19            "type": "string",
     20            "role": "content"
    1921        },
    2022        "rel": {
Note: See TracChangeset for help on using the changeset viewer.