Make WordPress Core


Ignore:
Timestamp:
02/07/2025 03:44:07 PM (11 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-template/block.json

    r57578 r59775  
    55    "title": "Post Template",
    66    "category": "theme",
    7     "parent": [ "core/query" ],
     7    "ancestor": [ "core/query" ],
    88    "description": "Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.",
    99    "textdomain": "default",
     
    1414        "templateSlug",
    1515        "previewPostType",
    16         "enhancedPagination"
     16        "enhancedPagination",
     17        "postType"
    1718    ],
    1819    "supports": {
     
    4344        },
    4445        "spacing": {
     46            "margin": true,
     47            "padding": true,
    4548            "blockGap": {
    4649                "__experimentalDefault": "1.25em"
    4750            },
    4851            "__experimentalDefaultControls": {
    49                 "blockGap": true
     52                "blockGap": true,
     53                "padding": false,
     54                "margin": false
    5055            }
    5156        },
    5257        "interactivity": {
    5358            "clientNavigation": true
     59        },
     60        "__experimentalBorder": {
     61            "radius": true,
     62            "color": true,
     63            "width": true,
     64            "style": true
    5465        }
    5566    },
Note: See TracChangeset for help on using the changeset viewer.