{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/query-title",
	"title": "Query Title",
	"description": "Auto-generated archive/search title with prefix and search term toggles.",
	"keywords": [ "title", "query" ],
	"version": "0.0.1",
	"icon": "editor-textcolor",
	"usesContext": [ "postType", "postId" ],
	"attributes": {
		"type": {
			"type": "string"
		},
		"showPrefix": {
			"type": "boolean",
			"default": true
		},
		"showSearchTerm": {
			"type": "boolean",
			"default": true
		},
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object",
			"default": {
				"normal": {
					"typography": "inter|600_Inter, sans-serif__600_30_______;;"
				}
			}
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}