Make WordPress Core


Ignore:
Timestamp:
09/20/2024 01:53:52 AM (6 months ago)
Author:
noisysocks
Message:

Editor: Update packages for 6.7 Beta 1.

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

Fixes #61906.
Props peterwilsoncc, gziolo, kevin940726.

File:
1 edited

Legend:

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

    r57578 r59072  
    1616            "default": 2
    1717        },
     18        "levelOptions": {
     19            "type": "array"
     20        },
    1821        "isLink": {
    1922            "type": "boolean",
     
    2932            "default": "_self"
    3033        }
     34    },
     35    "example": {
     36        "viewportWidth": 350
    3137    },
    3238    "supports": {
     
    6167        "interactivity": {
    6268            "clientNavigation": true
     69        },
     70        "__experimentalBorder": {
     71            "radius": true,
     72            "color": true,
     73            "width": true,
     74            "style": true,
     75            "__experimentalDefaultControls": {
     76                "radius": true,
     77                "color": true,
     78                "width": true,
     79                "style": true
     80            }
    6381        }
    6482    },
Note: See TracChangeset for help on using the changeset viewer.