diff options
Diffstat (limited to 'wp-includes/blocks/more/block.json')
-rw-r--r-- | wp-includes/blocks/more/block.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wp-includes/blocks/more/block.json b/wp-includes/blocks/more/block.json index b071f6b..d1153ca 100644 --- a/wp-includes/blocks/more/block.json +++ b/wp-includes/blocks/more/block.json @@ -9,7 +9,8 @@ "textdomain": "default", "attributes": { "customText": { - "type": "string" + "type": "string", + "default": "" }, "noTeaser": { "type": "boolean", |