diff options
Diffstat (limited to 'wp-includes/blocks/paragraph/block.json')
-rw-r--r-- | wp-includes/blocks/paragraph/block.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/blocks/paragraph/block.json b/wp-includes/blocks/paragraph/block.json index 7cfe785..6f11baf 100644 --- a/wp-includes/blocks/paragraph/block.json +++ b/wp-includes/blocks/paragraph/block.json @@ -7,7 +7,6 @@ "description": "Start with the basic building block of all narrative.", "keywords": [ "text" ], "textdomain": "default", - "usesContext": [ "postId" ], "attributes": { "align": { "type": "string" @@ -31,6 +30,7 @@ } }, "supports": { + "splitting": true, "anchor": true, "className": false, "color": { |