{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "ska/text",
	"title": "Text",
	"description": "HTML element that can contain text.",
	"keywords": ["span", "button"],
	"category": "ska-blocks",
	"textdomain": "ska-blocks",
	"attributes": {
		"content": {
			"type": "string",
			"source": "html",
			"selector": ".ska-text"
		},
		"placeholder": {
			"type": "string"
		}
	},
	"supports": {
		"anchor": true,
		"interactivity": {
			"clientNavigation": true
		},
		"skaBlocksAs": {
			"element": "span"
		},
		"skaBlocksAttributes": true
	}
}
