Make WordPress Core


Ignore:
Timestamp:
09/30/2024 05:10:00 AM (14 months ago)
Author:
noisysocks
Message:

Editor: Update packages for 6.7 Beta 1.

Syncs @wordpress/* packages to the wp-6.7 npm tag.

See #61906.

File:
1 edited

Legend:

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

    r59072 r59119  
    1111        "label": {
    1212            "type": "string",
    13             "__experimentalRole": "content"
     13            "role": "content"
    1414        },
    1515        "showLabel": {
     
    2020            "type": "string",
    2121            "default": "",
    22             "__experimentalRole": "content"
     22            "role": "content"
    2323        },
    2424        "width": {
     
    3030        "buttonText": {
    3131            "type": "string",
    32             "__experimentalRole": "content"
     32            "role": "content"
    3333        },
    3434        "buttonPosition": {
Note: See TracChangeset for help on using the changeset viewer.