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

16 lines
190 B
JSON
Raw Normal View History

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