WordPress/wp-includes/blocks/shortcode/block.json

17 lines
235 B
JSON

{
"apiVersion": 2,
"name": "core/shortcode",
"category": "widgets",
"attributes": {
"text": {
"type": "string",
"source": "html"
}
},
"supports": {
"className": false,
"customClassName": false,
"html": false
}
}