HamroKhanpin/hamrokhaanpaan/wp-includes/blocks/shortcode/block.json

21 lines
410 B
JSON
Raw Normal View History

2024-04-29 07:27:44 +00:00
{
"apiVersion": 2,
"name": "core/shortcode",
"title": "Shortcode",
"category": "widgets",
"description": "Insert additional custom elements with a WordPress shortcode.",
"textdomain": "default",
"attributes": {
"text": {
"type": "string",
"source": "html"
}
},
"supports": {
"className": false,
"customClassName": false,
"html": false
},
"editorStyle": "wp-block-shortcode-editor"
}