Make WordPress Core


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

    r56065 r59072  
    3636            }
    3737        },
     38        "__experimentalBorder": {
     39            "radius": true,
     40            "color": true,
     41            "width": true,
     42            "style": true,
     43            "__experimentalDefaultControls": {
     44                "radius": true,
     45                "color": true,
     46                "width": true,
     47                "style": true
     48            }
     49        },
    3850        "spacing": {
    3951            "padding": [ "horizontal", "vertical" ],
     
    4355        },
    4456        "html": false
    45     }
     57    },
     58    "style": "wp-block-comment-content"
    4659}
Note: See TracChangeset for help on using the changeset viewer.