{
    "$schema": "https://json.schemastore.org/block.json",
    "apiVersion": 2,
    "name": "small-plugins/dynamic-connector-block",
    "title": "Dynamic Connector Block",
    "category": "text",
    "description": "Add dynamic content to your website",
    "keywords": [
        "dynamic",
        "connector",
        "content"
    ],
    "attributes": {
        "attachedTerms": {
            "type": "array",
            "default": []
        },
        "postTitle": {
            "type": "string",
            "default": ""
        },
        "postId": {
            "type": "number",
            "default": -1
        },
        "isPreview": {
            "type": "boolean",
            "default": false
        },
        "isCleanNewPost": {
            "type": "boolean",
            "default": false
        },
        "groups": {
            "type": "array",
            "default": []
        }
    },
    "version": "1.0.0",
    "textdomain": "dynamic-connector-block",
    "styles": [],
    "editorScript": "dynamic-connector-block-script",
    "editorStyle": "dynamic-connector-block-editor-style"
}