diff options
Diffstat (limited to 'wp-includes/blocks/quote/block.json')
-rw-r--r-- | wp-includes/blocks/quote/block.json | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/wp-includes/blocks/quote/block.json b/wp-includes/blocks/quote/block.json index eff4649..b66e64b 100644 --- a/wp-includes/blocks/quote/block.json +++ b/wp-includes/blocks/quote/block.json @@ -17,10 +17,9 @@ "__experimentalRole": "content" }, "citation": { - "type": "string", - "source": "html", + "type": "rich-text", + "source": "rich-text", "selector": "cite", - "default": "", "__experimentalRole": "content" }, "align": { @@ -42,8 +41,7 @@ "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { - "fontSize": true, - "fontAppearance": true + "fontSize": true } }, "color": { @@ -54,6 +52,15 @@ "background": true, "text": true } + }, + "layout": { + "allowEditing": false + }, + "spacing": { + "blockGap": true + }, + "interactivity": { + "clientNavigation": true } }, "styles": [ |