block.json (992B)
1 { 2 "apiVersion": 2, 3 "name": "core/heading", 4 "title": "Heading", 5 "category": "text", 6 "description": "Introduce new sections and organize content to help visitors (and search engines) understand the structure of your content.", 7 "keywords": [ "title", "subtitle" ], 8 "textdomain": "default", 9 "attributes": { 10 "textAlign": { 11 "type": "string" 12 }, 13 "content": { 14 "type": "string", 15 "source": "html", 16 "selector": "h1,h2,h3,h4,h5,h6", 17 "default": "", 18 "__experimentalRole": "content" 19 }, 20 "level": { 21 "type": "number", 22 "default": 2 23 }, 24 "placeholder": { 25 "type": "string" 26 } 27 }, 28 "supports": { 29 "align": [ "wide", "full" ], 30 "anchor": true, 31 "className": false, 32 "color": { 33 "link": true 34 }, 35 "typography": { 36 "fontSize": true, 37 "lineHeight": true, 38 "__experimentalFontWeight": true 39 }, 40 "__experimentalSelector": "h1,h2,h3,h4,h5,h6", 41 "__unstablePasteTextInline": true 42 }, 43 "editorStyle": "wp-block-heading-editor", 44 "style": "wp-block-heading" 45 }