{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "wp-personio-integration/filter-select",
	"title": "Personio Select Filter",
	"category": "personio-integration",
	"description": "Provides a Gutenberg block to show filter as dropdown-list for Personio Positions.",
	"keywords": ["Personio", "Positions", "Position"],
	"supports": {
        "anchor": true,
		"color": {
			"gradients": true,
			"link": true
		},
		"html": false,
		"spacing": {
			"margin": true,
			"padding": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true
		},
		"__experimentalBorder": true
	},
	"textdomain": "personio-integration-light",
	"editorScript": "file:build/index.js",
	"editorStyle": "file:build/index.css",
	"style": "file:build/style-index.css",
	"attributes": {
		"preview": {
			"type": "boolean",
			"default": false
		},
		"filter": {
			"type": "array",
			"default": ["recruitingCategory","schedule","office"]
		},
		"blockId": {
			"type": "string",
			"default": ""
		},
		"hideFilterTitle": {
			"type": "boolean",
			"default": true
		},
		"hideSubmitButton": {
			"type": "boolean",
			"default": false
		},
		"hideResetLink": {
			"type": "boolean",
			"default": false
		},
        "anchor": {
            "type": "string",
            "default": ""
        },
        "link_to_anchor": {
            "type": "string",
            "default": ""
        }
	},
	"example": {
		"attributes": {
			"preview": true,
			"filter": ["recruitingCategory","schedule","office"],
			"blockId": "personio-example",
			"hideSubmitButton": true,
			"hideResetLink": true
		}
	}
}
