diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-includes/blocks/paragraph/block.json --- a/wp/wp-includes/blocks/paragraph/block.json Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-includes/blocks/paragraph/block.json Fri Sep 05 18:40:08 2025 +0200 @@ -1,6 +1,6 @@ { "$schema": "https://schemas.wp.org/trunk/block.json", - "apiVersion": 2, + "apiVersion": 3, "name": "core/paragraph", "title": "Paragraph", "category": "text", @@ -12,10 +12,9 @@ "type": "string" }, "content": { - "type": "string", - "source": "html", + "type": "rich-text", + "source": "rich-text", "selector": "p", - "default": "", "__experimentalRole": "content" }, "dropCap": { @@ -31,28 +30,44 @@ } }, "supports": { + "splitting": true, "anchor": true, "className": false, "color": { + "gradients": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true } }, + "spacing": { + "margin": true, + "padding": true, + "__experimentalDefaultControls": { + "margin": false, + "padding": false + } + }, "typography": { "fontSize": true, "lineHeight": true, + "__experimentalFontFamily": true, + "__experimentalTextDecoration": true, "__experimentalFontStyle": true, "__experimentalFontWeight": true, "__experimentalLetterSpacing": true, "__experimentalTextTransform": true, + "__experimentalWritingMode": true, "__experimentalDefaultControls": { "fontSize": true } }, "__experimentalSelector": "p", - "__unstablePasteTextInline": true + "__unstablePasteTextInline": true, + "interactivity": { + "clientNavigation": true + } }, "editorStyle": "wp-block-paragraph-editor", "style": "wp-block-paragraph"