[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 3, 4 "name": "core/post-template", 5 "title": "Post Template", 6 "category": "theme", 7 "parent": [ "core/query" ], 8 "description": "Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.", 9 "textdomain": "default", 10 "usesContext": [ 11 "queryId", 12 "query", 13 "displayLayout", 14 "templateSlug", 15 "previewPostType", 16 "enhancedPagination" 17 ], 18 "supports": { 19 "reusable": false, 20 "html": false, 21 "align": [ "wide", "full" ], 22 "layout": true, 23 "color": { 24 "gradients": true, 25 "link": true, 26 "__experimentalDefaultControls": { 27 "background": true, 28 "text": true 29 } 30 }, 31 "typography": { 32 "fontSize": true, 33 "lineHeight": true, 34 "__experimentalFontFamily": true, 35 "__experimentalFontWeight": true, 36 "__experimentalFontStyle": true, 37 "__experimentalTextTransform": true, 38 "__experimentalTextDecoration": true, 39 "__experimentalLetterSpacing": true, 40 "__experimentalDefaultControls": { 41 "fontSize": true 42 } 43 }, 44 "spacing": { 45 "blockGap": { 46 "__experimentalDefault": "1.25em" 47 }, 48 "__experimentalDefaultControls": { 49 "blockGap": true 50 } 51 }, 52 "interactivity": { 53 "clientNavigation": true 54 } 55 }, 56 "style": "wp-block-post-template", 57 "editorStyle": "wp-block-post-template-editor" 58 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |