{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "hinagata-speech-balloon/balloon",
    "version": "1.2.1",
    "title": "Speech Balloon",
    "category": "text",
    "icon": "format-chat",
    "description": "A customizable speech balloon block.",
    "attributes": {
        "presetId": {
            "type": "string"
        },
        "content": {
            "type": "string",
            "default": ""
        },
        "avatarUrl": {
            "type": "string",
            "default": ""
        },
        "avatarName": {
            "type": "string",
            "default": "Person"
        },
        "avatarVisibility": {
            "type": "boolean",
            "default": true
        },
        "avatarShape": {
            "type": "string",
            "default": "circle"
        },
        "avatarBorderWidth": {
            "type": "number",
            "default": 0
        },
        "avatarBorderColor": {
            "type": "string",
            "default": "#000000"
        },
        "avatarBorderStyle": {
            "type": "string",
            "default": "solid"
        },
        "avatarSize": {
            "type": "string",
            "default": "medium"
        },
        "direction": {
            "type": "string",
            "default": "left"
        },
        "balloonBorderWidth": {
            "type": "number",
            "default": 1
        },
        "balloonBorderRadius": {
            "type": "number",
            "default": 10
        },
        "balloonBorderColor": {
            "type": "string",
            "default": "#cccccc"
        },
        "balloonBorderStyle": {
            "type": "string",
            "default": "solid"
        },
        "type": {
            "type": "string",
            "default": "speech"
        },
        "shadow": {
            "type": "boolean",
            "default": false
        },
        "backgroundColor": {
            "type": "string",
            "default": "#ffffff"
        }
    },
    "supports": {
        "html": false
    },
    "textdomain": "hinagata-speech-balloon",
    "editorScript": "file:./block.js",
    "style": "file:./style-block.css"
}