/home/silvwabw/www/wp-content/plugins/gutenverse/lib/framework/block/wrapper/block.json
{
	"apiVersion": 3,
	"name": "gutenverse/wrapper",
	"title": "Flexible Wrapper",
	"description": "Flexible Wrapper / Container to contain your block",
	"category": "gutenverse-structure",
	"allowCopyStyle": true,
	"attributes": {
		"elementId": {
			"type": "string"
		},
		"mouseMoveEffect": {
			"type": "object",
			"copyStyle": true
		},
		"hideDesktop": {
			"type": "boolean",
			"copyStyle": true
		},
		"hideTablet": {
			"type": "boolean",
			"copyStyle": true
		},
		"hideMobile": {
			"type": "boolean",
			"copyStyle": true
		},
		"displayType": {
			"type": "string",
			"copyStyle": true
		},
		"displayWidth": {
			"type": "object",
			"copyStyle": true
		},
		"displayHeight": {
			"type": "object",
			"copyStyle": true
		},
		"displayOverflow": {
			"type": "string",
			"default": "inherit",
			"copyStyle": true
		},
		"horizontalAlign": {
			"type": "object",
			"default": {
				"Desktop": false,
				"Tablet": false,
				"Mobile": false
			},
			"copyStyle": true
		},
		"verticalAlign": {
			"type": "object",
			"default": {
				"Desktop": false,
				"Tablet": false,
				"Mobile": false
			},
			"copyStyle": true
		},
		"positionType": {
			"type": "object",
			"default": {
				"Desktop": false,
				"Tablet": false,
				"Mobile": false
			},
			"copyStyle": true
		},
		"positionLeft": {
			"type": "object",
			"copyStyle": true
		},
		"positionRight": {
			"type": "object",
			"copyStyle": true
		},
		"positionTop": {
			"type": "object",
			"copyStyle": true
		},
		"positionBottom": {
			"type": "object",
			"copyStyle": true
		},
		"background": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"backgroundTransition": {
			"type": "object",
			"copyStyle": true,
			"default": {}
		},
		"backgroundHover": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"backgroundOverlay": {
			"type": "object",
			"copyStyle": true
		},
		"opacity": {
			"type": "string",
			"copyStyle": true
		},
		"backgroundOverlayHover": {
			"type": "object",
			"copyStyle": true
		},
		"opacityHover": {
			"type": "string",
			"copyStyle": true
		},
		"cursorEffect": {
			"type": "object"
		},
		"backgroundEffect": {
			"type": "object"
		},
		"blur": {
			"type": "object",
			"copyStyle": true
		},
		"blurHover": {
			"type": "object",
			"copyStyle": true
		},
		"border": {
			"type": "object",
			"copyStyle": true
		},
		"borderResponsive": {
			"type": "object",
			"migrate": {
				"attr": "border",
				"type": "border"
			},
			"copyStyle": true
		},
		"boxShadow": {
			"type": "object",
			"copyStyle": true
		},
		"borderHover": {
			"type": "object",
			"copyStyle": true
		},
		"borderHoverResponsive": {
			"type": "object",
			"migrate": {
				"attr": "borderHover",
				"type": "border"
			},
			"copyStyle": true
		},
		"boxShadowHover": {
			"type": "object",
			"copyStyle": true
		},
		"animation": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"transform": {
			"type": "object",
			"copyStyle": true
		},
		"mask": {
			"type": "object",
			"copyStyle": true
		},
		"pointer": {
			"type": "object",
			"copyStyle": true
		},
		"advanceAnimation": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"margin": {
			"type": "object",
			"copyStyle": true
		},
		"padding": {
			"type": "object",
			"copyStyle": true
		},
		"zIndex": {
			"type": "object",
			"copyStyle": true
		},
		"backgroundAnimated": {
			"type": "object",
			"default": {}
		},
		"url": {
			"type": "string"
		},
		"linkTarget": {
			"type": "string",
			"source": "attribute",
			"selector": "a",
			"attribute": "target"
		},
		"rel": {
			"type": "string",
			"source": "attribute",
			"selector": "a",
			"attribute": "rel"
		},
		"condition": {
			"type": "object",
			"default": {}
		},
		"innerWrapWidth": {
			"type": "object",
			"copyStyle": true,
			"default": {
				"Desktop": "100%"
			}
		}
	},
	"supports": {
		"className": false,
		"anchor": true
	},
	"keywords": ["wrapper", "container", "structure"],
	"style": ["gutenverse-core-frontend-wrapper-style"]
}