diff options
Diffstat (limited to 'wp-includes/blocks/details/block.json')
-rw-r--r-- | wp-includes/blocks/details/block.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/wp-includes/blocks/details/block.json b/wp-includes/blocks/details/block.json index d449d42..868307d 100644 --- a/wp-includes/blocks/details/block.json +++ b/wp-includes/blocks/details/block.json @@ -13,8 +13,8 @@ "default": false }, "summary": { - "type": "string", - "source": "html", + "type": "rich-text", + "source": "rich-text", "selector": "summary" } }, @@ -58,6 +58,9 @@ }, "layout": { "allowEditing": false + }, + "interactivity": { + "clientNavigation": true } }, "editorStyle": "wp-block-details-editor", |