block.json (577B)
1 { 2 "apiVersion": 2, 3 "name": "core/query-title", 4 "title": "Query Title", 5 "category": "design", 6 "description": "Display the query title.", 7 "textdomain": "default", 8 "attributes": { 9 "type": { 10 "type": "string" 11 }, 12 "textAlign": { 13 "type": "string" 14 }, 15 "level": { 16 "type": "number", 17 "default": 1 18 } 19 }, 20 "supports": { 21 "align": [ "wide", "full" ], 22 "html": false, 23 "color": { 24 "gradients": true 25 }, 26 "typography": { 27 "fontSize": true, 28 "lineHeight": true, 29 "__experimentalFontFamily": true 30 } 31 }, 32 "editorStyle": "wp-block-query-title-editor" 33 }