| [ 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/home-link", 5 "category": "design", 6 "parent": [ "core/navigation" ], 7 "title": "Home Link", 8 "description": "Create a link that always points to the homepage of the site. Usually not necessary if there is already a site title link present in the header.", 9 "textdomain": "default", 10 "attributes": { 11 "label": { 12 "type": "string", 13 "role": "content" 14 } 15 }, 16 "usesContext": [ 17 "textColor", 18 "customTextColor", 19 "backgroundColor", 20 "customBackgroundColor", 21 "fontSize", 22 "customFontSize", 23 "style" 24 ], 25 "supports": { 26 "reusable": false, 27 "html": false, 28 "typography": { 29 "fontSize": true, 30 "lineHeight": true, 31 "__experimentalFontFamily": true, 32 "__experimentalFontWeight": true, 33 "__experimentalFontStyle": true, 34 "__experimentalTextTransform": true, 35 "__experimentalTextDecoration": true, 36 "__experimentalLetterSpacing": true, 37 "__experimentalDefaultControls": { 38 "fontSize": true 39 } 40 }, 41 "interactivity": { 42 "clientNavigation": true 43 } 44 }, 45 "editorStyle": "wp-block-home-link-editor", 46 "style": "wp-block-home-link" 47 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Thu May 7 08:20:02 2026 | Cross-referenced by PHPXref |