{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "wp-personio-integration/application-button",
	"title": "Personio option to apply",
	"category": "personio-integration",
	"description": "Provides a Gutenberg Block to show the option to apply for single position.",
	"keywords": ["Personio", "Positions", "Position"],
	"supports": {
		"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
		},
		"id": {
			"type": "integer",
			"default": 0
		},
		"blockId": {
			"type": "string"
		}
	},
	"example": {
		"attributes": {
			"preview": true
		}
	}
}
