summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/social-links/block.json
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/social-links/block.json')
-rw-r--r--wp-includes/blocks/social-links/block.json89
1 files changed, 89 insertions, 0 deletions
diff --git a/wp-includes/blocks/social-links/block.json b/wp-includes/blocks/social-links/block.json
new file mode 100644
index 0000000..2020651
--- /dev/null
+++ b/wp-includes/blocks/social-links/block.json
@@ -0,0 +1,89 @@
+{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
+ "apiVersion": 3,
+ "name": "core/social-links",
+ "title": "Social Icons",
+ "category": "widgets",
+ "description": "Display icons linking to your social media profiles or sites.",
+ "keywords": [ "links" ],
+ "textdomain": "default",
+ "attributes": {
+ "iconColor": {
+ "type": "string"
+ },
+ "customIconColor": {
+ "type": "string"
+ },
+ "iconColorValue": {
+ "type": "string"
+ },
+ "iconBackgroundColor": {
+ "type": "string"
+ },
+ "customIconBackgroundColor": {
+ "type": "string"
+ },
+ "iconBackgroundColorValue": {
+ "type": "string"
+ },
+ "openInNewTab": {
+ "type": "boolean",
+ "default": false
+ },
+ "showLabels": {
+ "type": "boolean",
+ "default": false
+ },
+ "size": {
+ "type": "string"
+ }
+ },
+ "providesContext": {
+ "openInNewTab": "openInNewTab",
+ "showLabels": "showLabels",
+ "iconColor": "iconColor",
+ "iconColorValue": "iconColorValue",
+ "iconBackgroundColor": "iconBackgroundColor",
+ "iconBackgroundColorValue": "iconBackgroundColorValue"
+ },
+ "supports": {
+ "align": [ "left", "center", "right" ],
+ "anchor": true,
+ "__experimentalExposeControlsToChildren": true,
+ "layout": {
+ "allowSwitching": false,
+ "allowInheriting": false,
+ "allowVerticalAlignment": false,
+ "default": {
+ "type": "flex"
+ }
+ },
+ "color": {
+ "enableContrastChecker": false,
+ "background": true,
+ "gradients": true,
+ "text": false,
+ "__experimentalDefaultControls": {
+ "background": false
+ }
+ },
+ "spacing": {
+ "blockGap": [ "horizontal", "vertical" ],
+ "margin": true,
+ "padding": true,
+ "units": [ "px", "em", "rem", "vh", "vw" ],
+ "__experimentalDefaultControls": {
+ "blockGap": true,
+ "margin": true,
+ "padding": false
+ }
+ }
+ },
+ "styles": [
+ { "name": "default", "label": "Default", "isDefault": true },
+ { "name": "logos-only", "label": "Logos Only" },
+ { "name": "pill-shape", "label": "Pill Shape" }
+ ],
+ "editorStyle": "wp-block-social-links-editor",
+ "style": "wp-block-social-links"
+}