{
    "apiVersion": 3,
    "name": "gutenverse/news-post-author",
    "title": "Post Author Box",
    "class_callback": "\\GUTENVERSE\\NEWS\\Block\\Post_author",
    "description": "Display the author’s profile details on the single post page.",
    "category": "gvnews-single-post",
    "attributes": {
        "elementId": {
            "type": "string"
        },
        "authorTypography": {
            "type": "object"
        },
        "gvnewsModule": {
            "type": "string",
            "default": "GUTENVERSE\\NEWS\\Block\\Single\\Post\\Post_Author"
        },
        "columnWidth": {
            "type": "string",
            "default": 12
        },
        "background": {
            "type": "object",
            "copyStyle": true
        },
        "backgroundHover": {
            "type": "object",
            "copyStyle": true
        },
		"backgroundTransition": {
			"type": "object",
			"copyStyle": true,
			"default": {}
		},
        "border": {
            "type": "object"
        },
        "borderResponsive": {
            "type": "object"
        },
        "boxShadow": {
            "type": "object"
        },
        "borderHover": {
            "type": "object"
        },
        "borderHoverResponsive": {
            "type": "object"
        },
        "boxShadowHover": {
            "type": "object"
        }, 
        "margin": {
            "type": "object"
        },
        "padding": {
            "type": "object"
        },
        "width": {
            "type":"object",
            "default": {}
        },
        "height": {
            "type":"object",
            "default": {}
        },
        "zIndex": {
            "type": "object"
        },
        "animation": {
            "type": "object",
            "default": {}
        },
        "hideDesktop": {
            "type": "boolean"
        },
        "hideTablet": {
            "type": "boolean"
        },
        "hideMobile": {
            "type": "boolean"
        },
        "positioningType": {
            "type": "object"
        },
        "positioningWidth": {
            "type": "object"
        },
        "positioningAlign": {
            "type": "object"
        },
        "positioningLocation": {
            "type": "string"
        },
        "positioningLeft": {
            "type": "object"
        },
        "positioningRight": {
            "type": "object"
        },
        "positioningTop": {
            "type": "object"
        },
        "positioningBottom": {
            "type": "object"
        },
        "condition": {
            "type": "object",
            "default": {}
        },
        "authorColor": {
            "type": "string"
        },
        "authorColorHover": {
            "type": "string"
        },
        "authorTextShadow": {
            "type": "object"
        },
        "authorTextShadowHover": {
            "type": "object"
        },
        "bioTypography": {
            "type": "object"
        },
        "bioColor": {
            "type": "string"
        },
        "bioTextShadow": {
            "type": "object"
        },
        "avatarSize": {
            "type": "object"
        },
        "avatarMargin": {
            "type": "object"
        },
        "avatarOpacity": {
            "type": "object"
        },
        "avatarRotate": {
            "type": "object"
        },
        "avatarBorder": {
            "type": "object"
        },
        "avatarBorderResponsive": {
            "type": "object"
        },
        "avatarBoxShadow": {
            "type": "object"
        },
        "nameColor": {
            "type": "object"
        },
        "nameColorHover": {
            "type": "object"
        },
        "nameTextShadow": {
            "type": "object"
        },
        "nameTextShadowHover": {
            "type": "object"
        },
        "socialIconColor": {
            "type": "object"
        },
        "socialIconColorHover": {
            "type": "object"
        },
        "socialIconGap": {
            "type": "object"
        },
        "socialIconSize": {
            "type":"object"
        },
        "hideName": {
            "type": "boolean",
            "default": false
        },
        "hideDesc": {
            "type": "boolean",
            "default": false
        },
        "hideAvatar": {
            "type": "boolean",
            "default": false
        },
        "hideSocial": {
            "type": "boolean",
            "default": false
        },
        "avatarPosition": {
            "type": "string",
            "default": "left"
        },
		"align": {
			"type": "object",
			"copyStyle": true
		},
		"verticalAlign": {
			"type": "object",
			"copyStyle": true,
            "default": {
                "Desktop": "center"
            }
		},
		"titleTag": {
			"type": "string",
			"default": "h2"
		},
        "nameSpaceBottom": {
            "type": "object"
        },
        "bioSpaceBottom": {
            "type": "object"
        },
        "flexAlignSelf": {
            "type": "object",
            "default": {},
            "copyStyle": true
        },
        "flexOrder": {
            "type": "object",
            "default": {},
            "copyStyle": true
        },
        "flexCustomOrder": {
            "type": "object",
            "default": {},
            "copyStyle": true
        },
        "flexSize": {
            "type": "object",
            "default": {},
            "copyStyle": true
        },
        "flexSizeGrow": {
            "type": "object",
            "default": {},
            "copyStyle": true
        },
        "flexSizeShrink": {
            "type": "object",
            "default": {},
            "copyStyle": true
        }
    },
    "supports": {
        "className": false
    },
    "keywords": [
        "single",
        "post",
        "author",
        "author box"
    ],
    "style": ["gutenverse-news-frontend-post-author-style"],
	"usesContext": [
		"gutenverse/flexDirection"
	]
}