{
	"$schema": "https://raw.githubusercontent.com/infinum/eightshift-frontend-libs/develop/schemas/block.json",
	"blockName": "card",
	"title": "Card",
	"description" : "Card with custom settings.",
	"category": "eightshift",
	"icon": {
		"src": "es-card"
	},
	"keywords": [
		"Service",
		"Box",
		"Card"
	],
	"components": {
		"card": "card"
	},
	"options": {
		"cardCardIntroSize": [
			"h4",
			"h5",
			"h6"
		],
		"cardCardHeadingSize": [
			"h2",
			"h3",
			"h4"
		]
	}
}
