mirror of
https://github.com/WordPress/WordPress.git
synced 2024-10-30 23:39:42 +01:00
b8871304cf
Applies changes between the Gutenberg plugin v10.4 and v10.5. It contains the latest version of WordPress packages and PHP changes applied to non-experimental features. Props youknowriad. See #52991. Built from https://develop.svn.wordpress.org/trunk@50824 git-svn-id: http://core.svn.wordpress.org/trunk@50433 1a063a9b-81f0-0310-95a4-ce76da25c4cd
44 lines
819 B
JSON
44 lines
819 B
JSON
{
|
|
"apiVersion": 2,
|
|
"name": "core/social-links",
|
|
"category": "widgets",
|
|
"attributes": {
|
|
"iconColor": {
|
|
"type": "string"
|
|
},
|
|
"customIconColor": {
|
|
"type": "string"
|
|
},
|
|
"iconColorValue": {
|
|
"type": "string"
|
|
},
|
|
"iconBackgroundColor": {
|
|
"type": "string"
|
|
},
|
|
"customIconBackgroundColor": {
|
|
"type": "string"
|
|
},
|
|
"iconBackgroundColorValue": {
|
|
"type": "string"
|
|
},
|
|
"openInNewTab": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"size": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"providesContext": {
|
|
"openInNewTab": "openInNewTab",
|
|
"iconColorValue": "iconColorValue",
|
|
"iconBackgroundColorValue": "iconBackgroundColorValue"
|
|
},
|
|
"supports": {
|
|
"align": [ "left", "center", "right" ],
|
|
"anchor": true
|
|
},
|
|
"editorStyle": "wp-block-social-links-editor",
|
|
"style": "wp-block-social-links"
|
|
}
|