{
    "apiVersion": 3,
    "name": "gutenverse/news-header",
    "title": "Header",
    "class_callback": "\\GUTENVERSE\\NEWS\\Block\\Header",
    "description": "Pre-designed heading block.",
    "category": "gvnews-element",
    "attributes": {
        "elementId": {
            "type": "string"
        },
        "gvnewsModule": {
            "type": "string",
            "default": "GUTENVERSE\\NEWS\\Block\\Element\\Header"
        },
        "icon": {
            "type": "string",
            "default": ""
        },
        "iconType": {
            "type": "string",
            "default": "icon"
        },
        "iconSVG": {
            "type": "string"
        },
        "title": {
            "type": "string",
            "default": "Header"
        },
        "second_title": {
            "type": "string",
            "default": ""
        },
        "url_title": {
            "type": "string",
            "default": ""
        },
        "headerType": {
            "type": "string",
            "default": "heading_6",
            "copyStyle": true
        },
        "headerBackgroundColor": {
            "type": "object",
            "copyStyle": true
        },
        "headerBackgroundColor2": {
            "type": "object",
            "copyStyle": true
        },
        "headerTextColor": {
            "type": "object",
            "copyStyle": true
        },
        "headerLineColor": {
            "type": "object",
            "copyStyle": true
        },
        "headerLineColor2": {
            "type": "object",
            "copyStyle": true
        },
        "headerSecondColor": {
            "type": "object",
            "copyStyle": true
        },
        "headerAccentColor": {
            "type": "object",
            "copyStyle": true
        },
        "headerAccentColor2": {
            "type": "object",
            "copyStyle": true
        },
        "column": {
            "type": "object",
            "default": {}
        },
        "background": {
            "type": "object",
            "default": {}
        },
        "backgroundHover": {
            "type": "object",
            "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"
        },
        "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": {}
        },
        "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
        },
        "headerLineThick": {
            "type": "object",
            "copyStyle": true
        },
        "headerLineThick2": {
            "type": "object",
            "copyStyle": true
        },
        "headerTextTypography": {
            "type": "object",
            "copyStyle": true
        },
        "headerSecondTextTypography": {
            "type": "object",
            "copyStyle": true
        },
        "headerSecondTextColor": {
            "type": "object",
            "copyStyle": true
        },
        "headerHtmlTag": {
            "type": "string",
            "default": "h3"
        }
    },
    "supports": {
        "className": false
    },
    "keywords": [
        "header"
    ],
    "style": [
        "gutenverse-news-frontend-blocks-style"
    ],
    "usesContext": [
        "gutenverse/flexDirection"
    ]
}