diff -r 34716fd837a4 -r be944660c56a wp/wp-includes/blocks/site-title/block.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-includes/blocks/site-title/block.json Wed Sep 21 18:19:35 2022 +0200 @@ -0,0 +1,39 @@ +{ + "apiVersion": 2, + "name": "core/site-title", + "title": "Site Title", + "category": "design", + "description": "Displays and allows editing the name of the site. The site title usually appears in the browser title bar, in search results, and more. Also available in Settings > General.", + "textdomain": "default", + "attributes": { + "level": { + "type": "number", + "default": 1 + }, + "textAlign": { + "type": "string" + } + }, + "supports": { + "align": [ "wide", "full" ], + "html": false, + "color": { + "gradients": true, + "text": false, + "link": true + }, + "spacing": { + "padding": true, + "margin": true + }, + "typography": { + "fontSize": true, + "lineHeight": true, + "__experimentalFontFamily": true, + "__experimentalTextTransform": true, + "__experimentalFontStyle": true, + "__experimentalFontWeight": true + } + }, + "editorStyle": "wp-block-site-title-editor" +}