first commit
This commit is contained in:
21
wp-includes/blocks/shortcode/block.json
Normal file
21
wp-includes/blocks/shortcode/block.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "core/shortcode",
|
||||
"title": "Shortcode",
|
||||
"category": "widgets",
|
||||
"description": "Insert additional custom elements with a WordPress shortcode.",
|
||||
"textdomain": "default",
|
||||
"attributes": {
|
||||
"text": {
|
||||
"type": "string",
|
||||
"source": "raw"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"className": false,
|
||||
"customClassName": false,
|
||||
"html": false
|
||||
},
|
||||
"editorStyle": "wp-block-shortcode-editor"
|
||||
}
|
Reference in New Issue
Block a user