Make WordPress Core


Ignore:
Timestamp:
09/20/2024 01:53:52 AM (4 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/navigation-submenu/block.json

    r57578 r59072  
    6060        "reusable": false,
    6161        "html": false,
     62        "typography": {
     63            "fontSize": true,
     64            "lineHeight": true,
     65            "__experimentalFontFamily": true,
     66            "__experimentalFontWeight": true,
     67            "__experimentalFontStyle": true,
     68            "__experimentalTextTransform": true,
     69            "__experimentalTextDecoration": true,
     70            "__experimentalLetterSpacing": true,
     71            "__experimentalDefaultControls": {
     72                "fontSize": true
     73            }
     74        },
    6275        "interactivity": {
    6376            "clientNavigation": true
Note: See TracChangeset for help on using the changeset viewer.