Make WordPress Core


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

    r58187 r59072  
    2929    "supports": {
    3030        "anchor": true,
     31        "align": [ "left", "right", "wide", "full" ],
    3132        "html": false,
     33        "background": {
     34            "backgroundImage": true,
     35            "backgroundSize": true,
     36            "__experimentalDefaultControls": {
     37                "backgroundImage": true
     38            }
     39        },
     40        "__experimentalBorder": {
     41            "color": true,
     42            "radius": true,
     43            "style": true,
     44            "width": true,
     45            "__experimentalDefaultControls": {
     46                "color": true,
     47                "radius": true,
     48                "style": true,
     49                "width": true
     50            }
     51        },
     52        "dimensions": {
     53            "minHeight": true,
     54            "__experimentalDefaultControls": {
     55                "minHeight": false
     56            }
     57        },
    3258        "__experimentalOnEnter": true,
    3359        "__experimentalOnMerge": true,
     
    5884        },
    5985        "spacing": {
    60             "blockGap": true
     86            "blockGap": true,
     87            "padding": true,
     88            "margin": true
    6189        },
    6290        "interactivity": {
Note: See TracChangeset for help on using the changeset viewer.