{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "awt/author-pro-author-taxonomy-info",
    "version": "1.0.0",
    "title": "Author Taxonomy Info (Author Pro)",
    "category": "theme",
    "icon": "admin-users",
    "description": "Displays author details on the Book Author Taxonomy Archive Page.",
    "attributes": {
        "accentColor": {
            "type": "string",
            "default": "#ea580c"
        },
        "align": {
            "type": "string",
            "default": "full"
        }
    },
    "supports": {
        "html": false,
        "align": [
            "full",
            "wide"
        ]
    },
    "textdomain": "author-website-templates",
    "editorScript": "file:./index.js",
    "render": "file:./render.php"
}