rebase on oct-10-2023
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 2,
|
||||
"apiVersion": 3,
|
||||
"name": "core/social-links",
|
||||
"title": "Social Icons",
|
||||
"category": "widgets",
|
||||
@@ -41,14 +41,16 @@
|
||||
"providesContext": {
|
||||
"openInNewTab": "openInNewTab",
|
||||
"showLabels": "showLabels",
|
||||
"iconColor": "iconColor",
|
||||
"iconColorValue": "iconColorValue",
|
||||
"iconBackgroundColor": "iconBackgroundColor",
|
||||
"iconBackgroundColorValue": "iconBackgroundColorValue"
|
||||
},
|
||||
"supports": {
|
||||
"align": [ "left", "center", "right" ],
|
||||
"anchor": true,
|
||||
"__experimentalExposeControlsToChildren": true,
|
||||
"__experimentalLayout": {
|
||||
"layout": {
|
||||
"allowSwitching": false,
|
||||
"allowInheriting": false,
|
||||
"allowVerticalAlignment": false,
|
||||
@@ -71,7 +73,9 @@
|
||||
"padding": true,
|
||||
"units": [ "px", "em", "rem", "vh", "vw" ],
|
||||
"__experimentalDefaultControls": {
|
||||
"blockGap": true
|
||||
"blockGap": true,
|
||||
"margin": true,
|
||||
"padding": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -374,4 +374,8 @@
|
||||
.wp-block-social-links.is-style-pill-shape .wp-social-link a{
|
||||
padding-left:.66667em;
|
||||
padding-right:.66667em;
|
||||
}
|
||||
|
||||
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{
|
||||
color:#000;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -374,4 +374,8 @@
|
||||
.wp-block-social-links.is-style-pill-shape .wp-social-link a{
|
||||
padding-left:.66667em;
|
||||
padding-right:.66667em;
|
||||
}
|
||||
|
||||
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{
|
||||
color:#000;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user