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

17 lines
208 B
JSON
Raw Normal View History

2020-05-06 17:23:38 +02:00
{
"name": "core/social-link",
"category": "widgets",
"icon": "share",
"attributes": {
"url": {
"type": "string"
},
"service": {
"type": "string"
},
"label": {
"type": "string"
}
}
}