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

24 lines
314 B
JSON
Raw Normal View History

{
"name": "core/social-link",
"category": "widgets",
"parent": [
"core/social-links"
],
"attributes": {
"url": {
"type": "string"
},
"service": {
"type": "string"
},
"label": {
"type": "string"
}
},
"supports": {
"reusable": false,
"html": false,
"lightBlockWrapper": true
}
}