{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/text",
	"title": "Rich Text",
	"description": "Flexible paragraph block with typography defaults and dynamic data support for Blocks Monster layouts.",
	"version": "0.0.1",
	"icon": "editor-textcolor",
	"attributes": {
		"dynamic_field": {
			"type": "object"
		},
		"content": {
            "type": "string"
        },
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}