{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "awt/child-author-footer",
    "title": "Footer (Child Author)",
    "category": "author-website-templates",
    "icon": "admin-site-alt3",
    "description": "Dynamic footer with menus, social links, and copyright for Child Author template",
    "keywords": [
        "footer",
        "menu",
        "copyright",
        "child-author"
    ],
    "textdomain": "author-website-templates",
    "editorScript": "file:./index.js",
    "render": "file:./render.php",
    "attributes": {
        "align": {
            "type": "string",
            "default": "full"
        },
        "logoText": {
            "type": "string",
            "default": "Danielle Steel"
        },
        "menu1Slug": {
            "type": "string",
            "default": ""
        },
        "menu1Title": {
            "type": "string",
            "default": "Explore"
        },
        "menu2Slug": {
            "type": "string",
            "default": ""
        },
        "copyrightText": {
            "type": "string",
            "default": "All the fun reserved."
        },
        "footerBgColor": {
            "type": "string"
        },
        "textColor": {
            "type": "string"
        },
        "headingColor": {
            "type": "string"
        },
        "footerTitleColor": {
            "type": "string"
        },
        "footerTitleHoverColor": {
            "type": "string"
        },
        "socialIconColor": {
            "type": "string"
        },
        "socialIconHoverColor": {
            "type": "string"
        },
        "footerStyle": {
            "type": "string",
            "default": "fun"
        },
        "logoType": {
            "type": "string",
            "default": "custom"
        },
        "logoImageId": {
            "type": "number",
            "default": 0
        },
        "logoImageUrl": {
            "type": "string",
            "default": ""
        },
        "bioText": {
            "type": "string",
            "default": ""
        },
        "showCurve": {
            "type": "boolean",
            "default": true
        },
        "curveColor": {
            "type": "string",
            "default": "#FFF8E7"
        },
        "blockId": {
            "type": "string"
        }
    },
    "supports": {
        "align": [
            "full"
        ],
        "html": false
    },
    "style": "file:./index.css"
}