WordPress/wp-includes/blocks/social-link/block.json

28 lines
389 B
JSON

{
"apiVersion": 2,
"name": "core/social-link",
"category": "widgets",
"parent": [
"core/social-links"
],
"attributes": {
"url": {
"type": "string"
},
"service": {
"type": "string"
},
"label": {
"type": "string"
}
},
"usesContext": [
"openInNewTab"
],
"supports": {
"reusable": false,
"html": false
},
"editorStyle": "wp-block-social-link-editor"
}