| [ 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/site-title", 5 "title": "Site Title", 6 "category": "theme", 7 "description": "Displays the name of this site. Update the block, and the changes apply everywhere it’s used. This will also appear in the browser title bar and in search results.", 8 "textdomain": "default", 9 "attributes": { 10 "level": { 11 "type": "number", 12 "default": 1 13 }, 14 "levelOptions": { 15 "type": "array", 16 "default": [ 0, 1, 2, 3, 4, 5, 6 ] 17 }, 18 "isLink": { 19 "type": "boolean", 20 "default": true, 21 "role": "content" 22 }, 23 "linkTarget": { 24 "type": "string", 25 "default": "_self", 26 "role": "content" 27 } 28 }, 29 "example": { 30 "viewportWidth": 500 31 }, 32 "supports": { 33 "anchor": true, 34 "align": [ "wide", "full" ], 35 "html": false, 36 "color": { 37 "gradients": true, 38 "link": true, 39 "__experimentalDefaultControls": { 40 "background": true, 41 "text": true, 42 "link": true 43 } 44 }, 45 "spacing": { 46 "padding": true, 47 "margin": true, 48 "__experimentalDefaultControls": { 49 "margin": false, 50 "padding": false 51 } 52 }, 53 "typography": { 54 "fontSize": true, 55 "lineHeight": true, 56 "textAlign": true, 57 "__experimentalFontFamily": true, 58 "__experimentalTextTransform": true, 59 "__experimentalTextDecoration": true, 60 "__experimentalFontStyle": true, 61 "__experimentalFontWeight": true, 62 "__experimentalLetterSpacing": true, 63 "__experimentalWritingMode": true, 64 "__experimentalDefaultControls": { 65 "fontSize": true 66 } 67 }, 68 "interactivity": { 69 "clientNavigation": true 70 }, 71 "__experimentalBorder": { 72 "radius": true, 73 "color": true, 74 "width": true, 75 "style": true 76 } 77 }, 78 "editorStyle": "wp-block-site-title-editor", 79 "style": "wp-block-site-title" 80 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Sun Jul 12 08:20:14 2026 | Cross-referenced by PHPXref |