/home/silvwabw/public_html/wp-content/plugins/gutenverse/block/social-icons/block.json
{
	"apiVersion": 3,
	"name": "gutenverse/social-icons",
	"title": "Social Icons",
	"description": "Show social networks link to your website visitors",
	"category": "gutenverse-element",
	"allowCopyStyle": true,
	"attributes": {
		"elementId": {
			"type": "string"
		},
		"mouseMoveEffect": {
			"type": "object",
			"copyStyle": true
		},
		"typography": {
			"type": "object",
			"copyStyle": true
		},
		"iconSize": {
			"type": "object",
			"copyStyle": true
		},
		"gap": {
			"type": "object",
			"default": {
				"Desktop": "10"
			},
			"copyStyle": true
		},
		"alignment": {
			"type": "object",
			"default": {
				"Desktop": "center"
			},
			"copyStyle": true
		},
		"orientation": {
			"type": "string",
			"default": "horizontal",
			"copyStyle": true
		},
		"shape": {
			"type": "string",
			"default": "rounded",
			"copyStyle": true
		},
		"showText": {
			"type": "boolean",
			"default": false
		},
		"color": {
			"type": "string",
			"default": "fill",
			"copyStyle": true
		},
		"iconColor": {
			"type": "object",
			"copyStyle": true
		},
		"bgColor": {
			"type": "object",
			"copyStyle": true
		},
		"textColor": {
			"type": "object",
			"copyStyle": true
		},
		"iconBorder": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"iconBorderResponsive": {
			"type": "object",
			"migrate": {
				"attr": "iconBorder",
				"type": "border"
			},
			"copyStyle": true
		},
		"iconBoxShadow": {
			"type": "object",
			"copyStyle": true
		},
		"iconBorderHover": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"iconBorderHoverResponsive": {
			"type": "object",
			"migrate": {
				"attr": "iconBorderHover",
				"type": "border"
			},
			"copyStyle": true
		},
		"iconBoxShadowHover": {
			"type": "object",
			"copyStyle": true
		},
		"border": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"borderResponsive": {
			"type": "object",
			"migrate": {
				"attr": "border",
				"type": "border"
			},
			"copyStyle": true
		},
		"boxShadow": {
			"type": "object",
			"copyStyle": true
		},
		"borderHover": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"borderHoverResponsive": {
			"type": "object",
			"migrate": {
				"attr": "borderHover",
				"type": "border"
			},
			"copyStyle": true
		},
		"boxShadowHover": {
			"type": "object",
			"copyStyle": true
		},
		"itemPadding": {
			"type": "object",
			"copyStyle": true
		},
		"hoverIconColor": {
			"type": "object",
			"copyStyle": true
		},
		"hoverBgColor": {
			"type": "object",
			"copyStyle": true
		},
		"hoverTextColor": {
			"type": "object",
			"copyStyle": true
		},
		"background": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"backgroundHover": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"backgroundTransition": {
			"type": "object",
			"copyStyle": true,
			"default": {}
		},
		"margin": {
			"type": "object",
			"copyStyle": true
		},
		"padding": {
			"type": "object",
			"copyStyle": true
		},
		"zIndex": {
			"type": "object",
			"copyStyle": true
		},
		"animation": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"hideDesktop": {
			"type": "boolean",
			"copyStyle": true
		},
		"hideTablet": {
			"type": "boolean",
			"copyStyle": true
		},
		"hideMobile": {
			"type": "boolean",
			"copyStyle": true
		},
		"positioningType": {
			"type": "object",
			"copyStyle": true
		},
		"positioningWidth": {
			"type": "object",
			"copyStyle": true
		},
		"positioningAlign": {
			"type": "object",
			"copyStyle": true
		},
		"positioningLocation": {
			"type": "string",
			"copyStyle": true
		},
		"positioningLeft": {
			"type": "object",
			"copyStyle": true
		},
		"positioningRight": {
			"type": "object",
			"copyStyle": true
		},
		"positioningTop": {
			"type": "object",
			"copyStyle": true
		},
		"positioningBottom": {
			"type": "object",
			"copyStyle": true
		},
		"advanceAnimation": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"transform": {
			"type": "object",
			"copyStyle": true
		},
		"mask": {
			"type": "object",
			"copyStyle": true
		},
		"condition": {
			"type": "object",
			"default": {}
		},
		"bgGradient": {
			"type": "object",
			"copyStyle": true
		},
		"hoverBgGradient": {
			"type": "object",
			"copyStyle": true
		}
	},
	"variations": [
		{
			"name": "social-icons-horizontal",
			"title": "Horizontal",
			"description": "Social icons shown in a row.",
			"attributes": {
				"orientation": "horizontal"
			},
			"scope": ["transform"]
		},
		{
			"name": "social-icons-vertical",
			"title": "Vertical",
			"description": "Social icons shown in a column.",
			"attributes": {
				"orientation": "vertical"
			},
			"scope": ["transform"]
		}
	],
	"supports": {
		"className": false
	},
	"keywords": ["social", "icon"],
	"style": ["gutenverse-frontend-social-icons-style"]
}