diff -r 34716fd837a4 -r be944660c56a wp/wp-includes/blocks/paragraph/block.json --- a/wp/wp-includes/blocks/paragraph/block.json Tue Dec 15 15:52:01 2020 +0100 +++ b/wp/wp-includes/blocks/paragraph/block.json Wed Sep 21 18:19:35 2022 +0200 @@ -1,6 +1,11 @@ { + "apiVersion": 2, "name": "core/paragraph", + "title": "Paragraph", "category": "text", + "description": "Start with the building block of all narrative.", + "keywords": [ "text" ], + "textdomain": "default", "attributes": { "align": { "type": "string" @@ -9,7 +14,8 @@ "type": "string", "source": "html", "selector": "p", - "default": "" + "default": "", + "__experimentalRole": "content" }, "dropCap": { "type": "boolean", @@ -20,27 +26,22 @@ }, "direction": { "type": "string", - "enum": [ - "ltr", - "rtl" - ] + "enum": [ "ltr", "rtl" ] } }, "supports": { "anchor": true, "className": false, - "lightBlockWrapper": true, - "__experimentalColor": { - "linkColor": true + "color": { + "link": true }, - "__experimentalFontSize": true, - "__experimentalLineHeight": true, - "__experimentalFeatures": { - "typography": { - "dropCap": true - } + "typography": { + "fontSize": true, + "lineHeight": true }, "__experimentalSelector": "p", "__unstablePasteTextInline": true - } + }, + "editorStyle": "wp-block-paragraph-editor", + "style": "wp-block-paragraph" }