{
    "apiVersion": 3,
    "name": "gutenverse/news-post-title",
    "title": "Post Title",
    "class_callback": "\\GUTENVERSE\\NEWS\\Block\\Post_Title",
    "description": "This block is deprecated and will be removed in the future.",
    "category": "gvnews-single-post",
    "attributes": {
        "elementId": {
            "type": "string"
        },
        "subtitle": {
            "type": "string"
        },
        "gvnewsModule": {
            "type": "string",
            "default": "GUTENVERSE\\NEWS\\Block\\Single\\Post\\Post_Title"
        },
        "column": {            
            "type": "object",
            "default": {}
        },
        "columnWidth": {
            "type": "string",
            "default": 12
        },
        "background": {
            "type": "object",
            "copyStyle": true
        },
        "backgroundHover": {
            "type": "object",
            "copyStyle": true
        },
		"backgroundTransition": {
			"type": "object",
			"copyStyle": true,
			"default": {}
		},
        "border": {
            "type": "object"
        },
        "boxShadow": {
            "type": "object"
        },
        "borderHover": {
            "type": "object"
        },
        "boxShadowHover": {
            "type": "object"
        }, 
        "margin": {
            "type": "number",
            "default": 20
        },
        "padding": {
            "type": "object"
        },
        "width": {
            "type": "object"
        },
        "height": {
            "type": "object"
        },
        "zIndex": {
            "type": "object"
        },
        "hideDesktop": {
            "type": "boolean"
        },
        "hideTablet": {
            "type": "boolean"
        },
        "hideMobile": {
            "type": "boolean"
        },
        "titleTypography": {
			"type": "object",
			"copyStyle": true
		},
        "titleColor": {
			"type": "object",
			"copyStyle": true
		}
    },
    "supports": {
        "className": false,
        "inserter": false
    },
    "keywords": [
        "single",
        "post",
        "title"
    ],
    "gvnewsRemoved": true,
    "style": ["gutenverse-news-frontend-post-title-style"]
}