[ 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-content", 5 "title": "Content", 6 "category": "theme", 7 "description": "Displays the contents of a post or page.", 8 "textdomain": "default", 9 "usesContext": [ "postId", "postType", "queryId" ], 10 "example": { 11 "viewportWidth": 350 12 }, 13 "supports": { 14 "align": [ "wide", "full" ], 15 "html": false, 16 "layout": true, 17 "background": { 18 "backgroundImage": true, 19 "backgroundSize": true, 20 "__experimentalDefaultControls": { 21 "backgroundImage": true 22 } 23 }, 24 "dimensions": { 25 "minHeight": true 26 }, 27 "spacing": { 28 "blockGap": true, 29 "padding": true, 30 "margin": true, 31 "__experimentalDefaultControls": { 32 "margin": false, 33 "padding": false 34 } 35 }, 36 "color": { 37 "gradients": true, 38 "heading": true, 39 "link": true, 40 "__experimentalDefaultControls": { 41 "background": false, 42 "text": false 43 } 44 }, 45 "typography": { 46 "fontSize": true, 47 "lineHeight": true, 48 "__experimentalFontFamily": true, 49 "__experimentalFontWeight": true, 50 "__experimentalFontStyle": true, 51 "__experimentalTextTransform": true, 52 "__experimentalTextDecoration": true, 53 "__experimentalLetterSpacing": true, 54 "__experimentalDefaultControls": { 55 "fontSize": true 56 } 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 } 69 } 70 }, 71 "style": "wp-block-post-content", 72 "editorStyle": "wp-block-post-content-editor" 73 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Sat Feb 22 08:20:01 2025 | Cross-referenced by PHPXref |