| [ 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/read-more", 5 "title": "Read More", 6 "category": "theme", 7 "description": "Displays the link of a post, page, or any other content-type.", 8 "textdomain": "default", 9 "attributes": { 10 "content": { 11 "type": "string", 12 "role": "content" 13 }, 14 "linkTarget": { 15 "type": "string", 16 "default": "_self" 17 } 18 }, 19 "usesContext": [ "postId" ], 20 "supports": { 21 "html": false, 22 "color": { 23 "gradients": true, 24 "text": true 25 }, 26 "typography": { 27 "fontSize": true, 28 "lineHeight": true, 29 "__experimentalFontFamily": true, 30 "__experimentalFontWeight": true, 31 "__experimentalFontStyle": true, 32 "__experimentalTextTransform": true, 33 "__experimentalLetterSpacing": true, 34 "__experimentalTextDecoration": true, 35 "__experimentalDefaultControls": { 36 "fontSize": true, 37 "textDecoration": true 38 } 39 }, 40 "spacing": { 41 "margin": [ "top", "bottom" ], 42 "padding": true, 43 "__experimentalDefaultControls": { 44 "padding": true 45 } 46 }, 47 "__experimentalBorder": { 48 "color": true, 49 "radius": true, 50 "width": true, 51 "__experimentalDefaultControls": { 52 "width": true 53 } 54 }, 55 "interactivity": { 56 "clientNavigation": true 57 } 58 }, 59 "style": "wp-block-read-more" 60 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Wed May 6 08:20:15 2026 | Cross-referenced by PHPXref |