{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "hiring-center/job-specification-list",
	"title": "Job specification list",
	"category": "hiring-center",
	"icon": "editor-ul",
	"textdomain": "hiring-center",
	"attributes": {
		"showAllItems": {
			"type": "boolean",
			"default": true
		},
		"disallowedItems": {
			"type": "array",
			"default": []
		}
	},
	"supports": {
		"contentOnly": true,
		"spacing": {
			"margin": [ "horizontal", "vertical" ],
			"padding": [ "horizontal", "vertical" ],
			"blockGap": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true
		},
		"layout": {
			"allowInheriting": false,
			"allowSizingOnChildren": false,
			"allowCustomContentAndWideSize": false,
			"default": {
				"type": "flex",
				"orientation": "vertical"
			}
		},
		"reusable": false
	},
	"editorScript": "file:./index.js",
	"style": "file:./index.css",
	"usesContext": [ "postId", "postType" ]
}
