wp/wp-includes/blocks/social-links/block.json
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     1 {
     1 {
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     3 	"apiVersion": 2,
     3 	"apiVersion": 3,
     4 	"name": "core/social-links",
     4 	"name": "core/social-links",
     5 	"title": "Social Icons",
     5 	"title": "Social Icons",
     6 	"category": "widgets",
     6 	"category": "widgets",
     7 	"description": "Display icons linking to your social media profiles or sites.",
     7 	"allowedBlocks": [ "core/social-link" ],
       
     8 	"description": "Display icons linking to your social profiles or sites.",
     8 	"keywords": [ "links" ],
     9 	"keywords": [ "links" ],
     9 	"textdomain": "default",
    10 	"textdomain": "default",
    10 	"attributes": {
    11 	"attributes": {
    11 		"iconColor": {
    12 		"iconColor": {
    12 			"type": "string"
    13 			"type": "string"
    39 		}
    40 		}
    40 	},
    41 	},
    41 	"providesContext": {
    42 	"providesContext": {
    42 		"openInNewTab": "openInNewTab",
    43 		"openInNewTab": "openInNewTab",
    43 		"showLabels": "showLabels",
    44 		"showLabels": "showLabels",
       
    45 		"iconColor": "iconColor",
    44 		"iconColorValue": "iconColorValue",
    46 		"iconColorValue": "iconColorValue",
       
    47 		"iconBackgroundColor": "iconBackgroundColor",
    45 		"iconBackgroundColorValue": "iconBackgroundColorValue"
    48 		"iconBackgroundColorValue": "iconBackgroundColorValue"
    46 	},
    49 	},
    47 	"supports": {
    50 	"supports": {
    48 		"align": [ "left", "center", "right" ],
    51 		"align": [ "left", "center", "right" ],
    49 		"anchor": true,
    52 		"anchor": true,
    50 		"__experimentalExposeControlsToChildren": true,
    53 		"__experimentalExposeControlsToChildren": true,
    51 		"__experimentalLayout": {
    54 		"layout": {
    52 			"allowSwitching": false,
    55 			"allowSwitching": false,
    53 			"allowInheriting": false,
    56 			"allowInheriting": false,
    54 			"allowVerticalAlignment": false,
    57 			"allowVerticalAlignment": false,
    55 			"default": {
    58 			"default": {
    56 				"type": "flex"
    59 				"type": "flex"
    57 			}
    60 			}
    58 		},
    61 		},
       
    62 		"color": {
       
    63 			"enableContrastChecker": false,
       
    64 			"background": true,
       
    65 			"gradients": true,
       
    66 			"text": false,
       
    67 			"__experimentalDefaultControls": {
       
    68 				"background": false
       
    69 			}
       
    70 		},
    59 		"spacing": {
    71 		"spacing": {
    60 			"blockGap": [ "horizontal", "vertical" ],
    72 			"blockGap": [ "horizontal", "vertical" ],
    61 			"margin": [ "top", "bottom" ],
    73 			"margin": true,
       
    74 			"padding": true,
    62 			"units": [ "px", "em", "rem", "vh", "vw" ],
    75 			"units": [ "px", "em", "rem", "vh", "vw" ],
    63 			"__experimentalDefaultControls": {
    76 			"__experimentalDefaultControls": {
    64 				"blockGap": true
    77 				"blockGap": true,
       
    78 				"margin": true,
       
    79 				"padding": false
    65 			}
    80 			}
       
    81 		},
       
    82 		"interactivity": {
       
    83 			"clientNavigation": true
    66 		}
    84 		}
    67 	},
    85 	},
    68 	"styles": [
    86 	"styles": [
    69 		{ "name": "default", "label": "Default", "isDefault": true },
    87 		{ "name": "default", "label": "Default", "isDefault": true },
    70 		{ "name": "logos-only", "label": "Logos Only" },
    88 		{ "name": "logos-only", "label": "Logos Only" },