| 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 |
"anchor": true, |
| 27 |
"reusable": false, |
| 28 |
"html": false, |
| 29 |
"typography": { |
| 30 |
"fontSize": true, |
| 31 |
"lineHeight": true, |
| 32 |
"__experimentalFontFamily": true, |
| 33 |
"__experimentalFontWeight": true, |
| 34 |
"__experimentalFontStyle": true, |
| 35 |
"__experimentalTextTransform": true, |
| 36 |
"__experimentalTextDecoration": true, |
| 37 |
"__experimentalLetterSpacing": true, |
| 38 |
"__experimentalDefaultControls": { |
| 39 |
"fontSize": true |
| 40 |
} |
| 41 |
}, |
| 42 |
"interactivity": { |
| 43 |
"clientNavigation": true |
| 44 |
} |
| 45 |
}, |
| 46 |
"editorStyle": "wp-block-home-link-editor", |
| 47 |
"style": "wp-block-home-link" |
| 48 |
} |
| 49 |
|