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

17 lines
208 B
JSON
Raw Normal View History

{
"name": "core/social-link",
"category": "widgets",
"icon": "share",
"attributes": {
"url": {
"type": "string"
},
"service": {
"type": "string"
},
"label": {
"type": "string"
}
}
}