summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/preformatted/block.json
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/preformatted/block.json')
-rw-r--r--wp-includes/blocks/preformatted/block.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/wp-includes/blocks/preformatted/block.json b/wp-includes/blocks/preformatted/block.json
index ec6ea83..fbec358 100644
--- a/wp-includes/blocks/preformatted/block.json
+++ b/wp-includes/blocks/preformatted/block.json
@@ -8,10 +8,9 @@
"textdomain": "default",
"attributes": {
"content": {
- "type": "string",
- "source": "html",
+ "type": "rich-text",
+ "source": "rich-text",
"selector": "pre",
- "default": "",
"__unstablePreserveWhiteSpace": true,
"__experimentalRole": "content"
}
@@ -41,6 +40,9 @@
"__experimentalDefaultControls": {
"fontSize": true
}
+ },
+ "interactivity": {
+ "clientNavigation": true
}
},
"style": "wp-block-preformatted"