Changeset 59775 for trunk/src/wp-includes/blocks/post-template/block.json
- Timestamp:
- 02/07/2025 03:44:07 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-template/block.json
r57578 r59775 5 5 "title": "Post Template", 6 6 "category": "theme", 7 " parent": [ "core/query" ],7 "ancestor": [ "core/query" ], 8 8 "description": "Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.", 9 9 "textdomain": "default", … … 14 14 "templateSlug", 15 15 "previewPostType", 16 "enhancedPagination" 16 "enhancedPagination", 17 "postType" 17 18 ], 18 19 "supports": { … … 43 44 }, 44 45 "spacing": { 46 "margin": true, 47 "padding": true, 45 48 "blockGap": { 46 49 "__experimentalDefault": "1.25em" 47 50 }, 48 51 "__experimentalDefaultControls": { 49 "blockGap": true 52 "blockGap": true, 53 "padding": false, 54 "margin": false 50 55 } 51 56 }, 52 57 "interactivity": { 53 58 "clientNavigation": true 59 }, 60 "__experimentalBorder": { 61 "radius": true, 62 "color": true, 63 "width": true, 64 "style": true 54 65 } 55 66 },
Note: See TracChangeset
for help on using the changeset viewer.