diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-includes/blocks/pullquote/block.json --- a/wp/wp-includes/blocks/pullquote/block.json Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-includes/blocks/pullquote/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/pullquote", "title": "Pullquote", "category": "text", @@ -8,17 +8,15 @@ "textdomain": "default", "attributes": { "value": { - "type": "string", - "source": "html", - "selector": "blockquote", - "multiline": "p", + "type": "rich-text", + "source": "rich-text", + "selector": "p", "__experimentalRole": "content" }, "citation": { - "type": "string", - "source": "html", + "type": "rich-text", + "source": "rich-text", "selector": "cite", - "default": "", "__experimentalRole": "content" }, "textAlign": { @@ -37,16 +35,21 @@ "text": true } }, + "spacing": { + "margin": true, + "padding": true + }, "typography": { "fontSize": true, "lineHeight": true, - "__experimentalFontStyle": true, + "__experimentalFontFamily": true, "__experimentalFontWeight": true, - "__experimentalLetterSpacing": true, + "__experimentalFontStyle": true, "__experimentalTextTransform": true, + "__experimentalTextDecoration": true, + "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { - "fontSize": true, - "fontAppearance": true + "fontSize": true } }, "__experimentalBorder": { @@ -60,6 +63,15 @@ "style": true, "width": true } + }, + "__experimentalStyle": { + "typography": { + "fontSize": "1.5em", + "lineHeight": "1.6" + } + }, + "interactivity": { + "clientNavigation": true } }, "editorStyle": "wp-block-pullquote-editor",