{
	"apiVersion": 2,
	"name": "gutenverse/portfolio-gallery",
	"title": "Portfolio Gallery",
	"description": "Showcase your portfolio in image tab gallery",
	"category": "gutenverse-element",
	"allowCopyStyle": true,
	"attributes": {
		"elementId": {
			"type": "string"
		},
		"mouseMoveEffect": {
			"type": "object",
			"copyStyle": true
		},
		"column":{
			"type": "integer",
			"copyStyle": true,
			"default": 4
		},
		"images": {
			"type": "array",
			"default": [
				{
					"id": "One",
					"title": "One",
					"subtitle": "Sub Title",
					"current" : true,
					"link": "#"
				},
				{
					"id": "Two",
					"title": "Two",
					"subtitle": "Sub Title",
					"current" : false
				},
				{
					"id": "Three",
					"title": "Three",
					"subtitle": "Sub Title",
					"current" : false
				},
				{
					"id": "Four",
					"title": "Four",
					"subtitle": "Sub Title",
					"current": false
				}
			]
		},
        "behavior": {
            "type" : "string",
            "default" : "onhover",
            "copyStyle" : true
        },
        "showLink": {
            "type" : "boolean",
            "default" : true,
            "copyStyle" : true
        },
		"reversePosition": {
            "type" : "boolean",
            "default" : false,
            "copyStyle" : true
        },
		"linkText":{
			"type" : "string",
            "default" : "View More",
            "copyStyle" : true
		},
		"linkIcon":{
			"type" : "string",
            "default" : "gtn gtn-right-arrow-light",
            "copyStyle" : true
		},
		"linkIconPosition":{
			"type" : "string",
            "default" : "right",
            "copyStyle" : true
		},
        "rowHeight":{
            "type": "object",
            "copyStyle" : true
        },
        "contentAlignment":{
            "type" : "string",
            "default" : "center",
            "copyStyle" : true
        },
        "contentPadding":{
            "type": "object",
            "copyStyle" : true
        },
        "contentBackground":{
            "type": "object",
            "copyStyle" : true
        },
        "activeBackground":{
            "type": "object",
            "copyStyle" : true
        },
        "titleTypography":{
            "type": "object",
            "copyStyle" : true
        },
        "titleColor":{
            "type": "object",
            "copyStyle" : true
        },
        "titleColorHover":{
            "type": "object",
            "copyStyle" : true
        },
        "titleTextShadow":{
            "type": "object",
			"default": {},
            "copyStyle" : true
        },
        "titleTextShadowHover":{
            "type": "object",
			"default": {},
            "copyStyle" : true
        },
        "subTitleTypography":{
            "type": "object",
            "copyStyle" : true
        },
        "subTitleColor":{
            "type": "object",
            "copyStyle" : true
        },
        "subTitleColorHover":{
            "type": "object",
            "copyStyle" : true
        },
        "subTitleTextShadow":{
            "type": "object",
			"default": {},
            "copyStyle" : true
        },
        "subTitleTextShadowHover":{
            "type": "object",
			"default": {},
            "copyStyle" : true
        },
        "linkAlignment":{
            "type" : "string",
            "default" : "center",
            "copyStyle" : true
        },
        "linkPadding":{
            "type": "object",
            "copyStyle" : true
        },
		"linkMargin":{
            "type": "object",
            "copyStyle" : true
        },
		"linkBackground":{
			"type": "object",
            "copyStyle" : true
		},
		"linkBorder":{
			"type": "object",
            "copyStyle" : true
		},
        "linkTypography":{
            "type": "object",
            "copyStyle" : true
        },
		"linkIconSpace":{
			"type": "object",
            "copyStyle" : true
		},
		"linkIconSize":{
			"type": "object",
            "copyStyle" : true
		},
        "linkColor":{
            "type": "object",
            "copyStyle" : true
        },
        "linkColorHover":{
            "type": "object",
            "copyStyle" : true
        },
        "linkIconColor":{
            "type": "object",
            "copyStyle" : true
        },
        "linkIconColorHover":{
            "type": "object",
            "copyStyle" : true
        },
        "linkTextShadow":{
            "type": "object",
            "copyStyle" : true
        },
		"linkTextShadowHover":{
            "type": "object",
            "copyStyle" : true
        },
		"background": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"backgroundHover": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"border": {
			"type": "object",
			"copyStyle": true
		},
		"boxShadow": {
			"type": "object",
			"copyStyle": true
		},
		"borderHover": {
			"type": "object",
			"copyStyle": true
		},
		"boxShadowHover": {
			"type": "object"
		},
		"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": {}
		}
	},
	"supports": {
		"className": false
	},
	"keywords": [
		"gallery",
		"image",
		"tab",
        "portofolio"
	]
}