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

    r56710 r59072  
    88    "textdomain": "default",
    99    "usesContext": [ "postId", "postType", "queryId" ],
     10    "example": {
     11        "viewportWidth": 350
     12    },
    1013    "supports": {
    1114        "align": [ "wide", "full" ],
    1215        "html": false,
    1316        "layout": true,
     17        "background": {
     18            "backgroundImage": true,
     19            "backgroundSize": true,
     20            "__experimentalDefaultControls": {
     21                "backgroundImage": true
     22            }
     23        },
    1424        "dimensions": {
    1525            "minHeight": true
    1626        },
    1727        "spacing": {
    18             "blockGap": true
     28            "blockGap": true,
     29            "padding": true,
     30            "__experimentalDefaultControls": {
     31                "margin": false,
     32                "padding": false
     33            }
    1934        },
    2035        "color": {
     
    4055        }
    4156    },
     57    "style": "wp-block-post-content",
    4258    "editorStyle": "wp-block-post-content-editor"
    4359}
Note: See TracChangeset for help on using the changeset viewer.