diff -r 34716fd837a4 -r be944660c56a wp/wp-includes/blocks/shortcode/block.json --- a/wp/wp-includes/blocks/shortcode/block.json Tue Dec 15 15:52:01 2020 +0100 +++ b/wp/wp-includes/blocks/shortcode/block.json Wed Sep 21 18:19:35 2022 +0200 @@ -1,6 +1,10 @@ { + "apiVersion": 2, "name": "core/shortcode", + "title": "Shortcode", "category": "widgets", + "description": "Insert additional custom elements with a WordPress shortcode.", + "textdomain": "default", "attributes": { "text": { "type": "string", @@ -11,5 +15,6 @@ "className": false, "customClassName": false, "html": false - } + }, + "editorStyle": "wp-block-shortcode-editor" }