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

    r58187 r59072  
    2222            "default": 2
    2323        },
     24        "levelOptions": {
     25            "type": "array"
     26        },
    2427        "placeholder": {
    2528            "type": "string"
     
    3134        "className": true,
    3235        "splitting": true,
     36        "__experimentalBorder": {
     37            "color": true,
     38            "radius": true,
     39            "style": true,
     40            "width": true,
     41            "__experimentalDefaultControls": {
     42                "color": true,
     43                "radius": true,
     44                "style": true,
     45                "width": true
     46            }
     47        },
    3348        "color": {
    3449            "gradients": true,
Note: See TracChangeset for help on using the changeset viewer.