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

    r58187 r59072  
    1515            "type": "number",
    1616            "default": 0
     17        },
     18        "levelOptions": {
     19            "type": "array",
     20            "default": [ 0, 1, 2, 3, 4, 5, 6 ]
    1721        }
    1822    },
    19     "example": {},
     23    "example": {
     24        "viewportWidth": 350,
     25        "attributes": {
     26            "textAlign": "center"
     27        }
     28    },
    2029    "supports": {
    2130        "align": [ "wide", "full" ],
     
    4554            "__experimentalFontWeight": true,
    4655            "__experimentalLetterSpacing": true,
     56            "__experimentalWritingMode": true,
    4757            "__experimentalDefaultControls": {
    4858                "fontSize": true
     
    5161        "interactivity": {
    5262            "clientNavigation": true
     63        },
     64        "__experimentalBorder": {
     65            "radius": true,
     66            "color": true,
     67            "width": true,
     68            "style": true
    5369        }
    5470    },
    55     "editorStyle": "wp-block-site-tagline-editor"
     71    "editorStyle": "wp-block-site-tagline-editor",
     72    "style": "wp-block-site-tagline"
    5673}
Note: See TracChangeset for help on using the changeset viewer.