mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-07 19:31:54 +01:00
630a593765
Update @wordpress npm packages to the latest published versions. This includes block editor bug fixes for WordPress 5.7 RC 2. Fixes #52680. Built from https://develop.svn.wordpress.org/trunk@50458 git-svn-id: http://core.svn.wordpress.org/trunk@50069 1a063a9b-81f0-0310-95a4-ce76da25c4cd
48 lines
830 B
JSON
48 lines
830 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"
|
|
}
|