{
    "$schema": "https://json.schemastore.org/block.json",
    "apiVersion": 2,
    "name": "gutenberghub/block-style-previewer",
    "title": "Style Previewer",
    "category": "text",
    "description": "A helper block that allows you to create block style",
    "keywords": [],
    "version": "1.0.0",
    "textdomain": "gutenberghub-styles-manager",
    "attributes": {
        "blockName": {
            "type": "string",
            "default": ""
        },
        "taxonomy": {
            "type": "string",
            "default": ""
        },
        "previewBlock": {
            "type": "string",
            "default": ""
        }
    },
    "supports": {
        "html": false,
        "customClassName": false
    },
    "styles": [],
    "editorScript": "gutenberghub-styles-manager-block-script"
}