{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "advanced-blocks-pro/heading",
	"version": "0.1.0",
	"title": "Heading",
	"category": "advanced-blocks-pro", 
	"description": "Elevate your WordPress posts with the Advanced Heading plugin's eye-catching and fashionable headings. Customize your headings with manual settings and add subheadings and separators for a polished look. Take your content to the next level with this simple and effective plugin.",
	"supports": {
		"html": false,
		"advancedBlocksPro": {
			"title": {
				"text": {
					"field": {
						"responsive": {
							"desktop": "Hello World"
						}
					},
					"link": {
						"responsive": {
							"desktop": ""
						}
					},
					"tag": {
						"responsive": {
							"desktop": "h3"
						}
					}
				},
				"_font": true,
				"font": {
					"_except": ["spacing"],
					"align":{
						"responsive":{
							"all":{}
						}
					},
					"stroke_width": {
						"responsive": {
							"all": {}
						}
					},
					"color": {
						"hover": {
							"desktop": ""
						}
					}
				},
				"shadow": {
					"has": {
						"responsive": {
							"desktop": false
						}
					},
					"blur": {
						"responsive": {
							"desktop": "10px"
						}
					},
					"horizontal": {
						"responsive": {
							"desktop": "0px"
						}
					},
					"vertical": {
						"responsive": {
							"desktop": "0px"
						}
					},
					"color": {
						"responsive": {
							"desktop": "rgb(0 0 0 / 50%)"
						}
					}
				}
			},
			"wrapper": {
				"_background": true
			}
		}
	},
	"attributes": {
		"blockId": {
			"type": "string"
		}
	},
	"textdomain": "advanced-blocks-pro",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"script": "file:script.js"
}
