mirror of
https://github.com/Rushilwiz/dear-anon.git
synced 2025-04-21 12:30:19 -04:00
24 lines
314 B
JSON
24 lines
314 B
JSON
{
|
|
"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
|
|
}
|
|
}
|