23 lines
321 B
JSON
23 lines
321 B
JSON
{
|
|
"name": "core/social-links",
|
|
"category": "widgets",
|
|
"attributes": {
|
|
"openInNewTab": {
|
|
"type": "boolean",
|
|
"default": false
|
|
}
|
|
},
|
|
"providesContext": {
|
|
"openInNewTab": "openInNewTab"
|
|
},
|
|
"supports": {
|
|
"align": [
|
|
"left",
|
|
"center",
|
|
"right"
|
|
],
|
|
"lightBlockWrapper": true,
|
|
"anchor": true
|
|
}
|
|
}
|