{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "hiring-center/job-specification-characteristics",
	"title": "Job specification characteristics",
	"category": "hiring-center",
	"icon": "flag",
	"textdomain": "hiring-center",
	"attributes": {
		"showAllEnabledCharacteristics": {
			"type": "boolean",
			"default": true
		},
		"disallowedCharacteristics": {
			"type": "array",
			"default": []
		}
	},
	"supports": {
		"contentOnly": true,
		"color": {
			"text": true,
			"background": false
		},
		"spacing": {
			"margin": [ "horizontal", "vertical" ],
			"padding": [ "horizontal", "vertical" ],
			"blockGap": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true,
			"__experimentalFontFamily": true,
			"__experimentalFontWeight": true,
			"__experimentalFontStyle": true,
			"__experimentalTextTransform": true,
			"__experimentalDefaultControls": {
				"fontSize": true
			}
		},
		"layout": {
			"allowInheriting": false,
			"allowSizingOnChildren": false,
			"allowCustomContentAndWideSize": false,
			"default": {
				"type": "flex",
				"orientation": "horizontal"
			}
		},
		"reusable": false
	},
	"editorScript": "file:./index.js",
	"style": "file:./index.css",
	"usesContext": [ "postId", "postType" ]
}
