Make WordPress Core


Ignore:
Timestamp:
02/07/2025 03:44:07 PM (12 months ago)
Author:
joemcgill
Message:

Editor: Update packages for 6.8 pre-Betas.

Syncs @wordpress/* packages to the 'latest' npm tag.

Props mamaduka, joemcgill, youknowriad, swissspidy, sergiomdgomes, gziolo.
See #62887.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/post-content/block.json

    r59072 r59775  
    2828            "blockGap": true,
    2929            "padding": true,
     30            "margin": true,
    3031            "__experimentalDefaultControls": {
    3132                "margin": false,
     
    3536        "color": {
    3637            "gradients": true,
     38            "heading": true,
    3739            "link": true,
    3840            "__experimentalDefaultControls": {
     
    5355                "fontSize": true
    5456            }
     57        },
     58        "__experimentalBorder": {
     59            "radius": true,
     60            "color": true,
     61            "width": true,
     62            "style": true,
     63            "__experimentalDefaultControls": {
     64                "radius": true,
     65                "color": true,
     66                "width": true,
     67                "style": true
     68            }
    5569        }
    5670    },
Note: See TracChangeset for help on using the changeset viewer.