block.json (738B)
1 { 2 "apiVersion": 2, 3 "name": "core/site-tagline", 4 "title": "Site Tagline", 5 "category": "design", 6 "description": "Describe in a few words what the website is about. The tagline can be used in search results or when sharing on social networks even if it's not displayed in the theme design.", 7 "keywords": [ "description" ], 8 "textdomain": "default", 9 "attributes": { 10 "textAlign": { 11 "type": "string" 12 } 13 }, 14 "supports": { 15 "html": false, 16 "color": { 17 "gradients": true 18 }, 19 "spacing": { 20 "margin": true, 21 "padding": true 22 }, 23 "typography": { 24 "fontSize": true, 25 "lineHeight": true, 26 "__experimentalFontFamily": true, 27 "__experimentalTextTransform": true 28 } 29 }, 30 "editorStyle": "wp-block-site-tagline-editor" 31 }