{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "advanced-blocks-pro/form",
	"version": "0.1.0",
	"title": "Form",
	"category": "advanced-blocks-pro",
	"description": "Example block scaffolded with Create Block tool.",
	"supports": {
		"html": false,
		"advancedBlocksPro": {
			"label": {
				"_font": true,
				"font": {
					"spacing": {
						"responsive": {
							"desktop": "10px"
						}
					},
					"_except": ["align", "stroke_width", "stroke_color","blendmode"]
				}
			},
			"field": {
				"_font": true,
				"font": {
					"_except": [
						"align",
						"spacing",
						"stroke_width",
						"stroke_color",
						"blendmode"
					]
				},
				"border": {
					"_except": ["style"]
				}
			},
			"button": {
				"button": {
					"_except": ["link"],
					"text": {
						"responsive": {
							"desktop": "Submit"
						}
					},
					"background_color": {
						"responsive": {
							"all": {}
						},
						"hover": {
							"desktop": ""
						}
					}
				},
				"_font": true,
				"font": {
					"_except": ["spacing", "blendmode"],
					"align": {
						"responsive": {
							"all": {}
						}
					},
					"stroke_width": {
						"responsive": {
							"all": {}
						}
					},
					"color": {
						"hover": {
							"desktop": ""
						}
					}
				},
				"shadow": {
					"_except": ["spread", "type"]
				},
				"spacing": {
					"padding": {
						"responsive": {
							"all": {}
						}
					}
				},
				"border": {
					"all": {}
				}
			},
			"wrapper": {
				"_background": true
			}
		}
	},
	"attributes": {
		"blockId": {
			"type": "string"
		},
		"form_name": {
			"type": "string",
			"default": "New Form"
		},
		"input_size": {
			"type": "string",
			"default": "sm"
		},
		"label_toggle": {
			"type": "boolean",
			"default": true
		},
		"columns_gap": {
			"type": "number",
			"default": 10
		},
		"rows_gap": {
			"type": "number",
			"default": 10
		},
		"field_bg": {
			"type": "string",
			"default": "#fff"
		}
	},
	"textdomain": "advanced-blocks-pro",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"script": "file:script.js"
}
