| [ 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-excerpt", 5 "title": "Excerpt", 6 "category": "theme", 7 "description": "Display the excerpt.", 8 "textdomain": "default", 9 "attributes": { 10 "textAlign": { 11 "type": "string" 12 }, 13 "moreText": { 14 "type": "string", 15 "role": "content" 16 }, 17 "showMoreOnNewLine": { 18 "type": "boolean", 19 "default": true 20 }, 21 "excerptLength": { 22 "type": "number", 23 "default": 55 24 } 25 }, 26 "usesContext": [ "postId", "postType", "queryId" ], 27 "example": { 28 "viewportWidth": 350 29 }, 30 "supports": { 31 "anchor": true, 32 "html": false, 33 "color": { 34 "gradients": true, 35 "link": true, 36 "__experimentalDefaultControls": { 37 "background": true, 38 "text": true, 39 "link": true 40 } 41 }, 42 "spacing": { 43 "margin": true, 44 "padding": true 45 }, 46 "typography": { 47 "fontSize": true, 48 "lineHeight": true, 49 "textColumns": true, 50 "__experimentalFontFamily": true, 51 "__experimentalFontWeight": true, 52 "__experimentalFontStyle": true, 53 "__experimentalTextTransform": true, 54 "__experimentalTextDecoration": true, 55 "__experimentalLetterSpacing": true, 56 "__experimentalDefaultControls": { 57 "fontSize": true 58 } 59 }, 60 "interactivity": { 61 "clientNavigation": true 62 }, 63 "__experimentalBorder": { 64 "radius": true, 65 "color": true, 66 "width": true, 67 "style": true, 68 "__experimentalDefaultControls": { 69 "radius": true, 70 "color": true, 71 "width": true, 72 "style": true 73 } 74 } 75 }, 76 "editorStyle": "wp-block-post-excerpt-editor", 77 "style": "wp-block-post-excerpt" 78 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Tue Jun 16 08:20:09 2026 | Cross-referenced by PHPXref |