{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "dpc/author-box",
    "title": "DELUCKS Author Box",
    "description": "Display author information with multiple authors support",
    "category": "widgets",
    "icon": "admin-users",
    "keywords": [
        "author",
        "profile",
        "social",
        "bio",
        "multiple"
    ],
    "version": "1.0.0",
    "editorScript": "file:./build/index.js",
    "editorStyle": "file:./build/index.css",
    "style": "file:./build/style-index.css",
    "attributes": {
        "layout": {
            "type": "string",
            "default": "image-left"
        },
        "backgroundColor": {
            "type": "string",
            "default": ""
        },
        "textColor": {
            "type": "string",
            "default": ""
        },
        "showAvatar": {
            "type": "boolean",
            "default": true
        },
        "showBio": {
            "type": "boolean",
            "default": true
        },
        "showSocial": {
            "type": "boolean",
            "default": true
        },
        "postId": {
            "type": "number",
            "default": 0
        },
        "authorId": {
            "type": "number",
            "default": 0
        }
    },
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ],
        "color": {
            "background": true,
            "text": true
        }
    }
}