{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "awt/child-author-socials",
    "title": "Social Connections (Child Author)",
    "category": "author-website-templates",
    "icon": "share",
    "description": "Social media connections section with platform icons",
    "keywords": [
        "social",
        "connections",
        "links",
        "icons",
        "child-author"
    ],
    "textdomain": "author-website-templates",
    "editorScript": "file:./index.js",
    "attributes": {
        "align": {
            "type": "string",
            "default": "full"
        },
        "heading": {
            "type": "string",
            "default": "Let's Be Friends!"
        },
        "description": {
            "type": "string",
            "default": "Follow me on social media for updates, behind-the-scenes peeks, and all my latest adventures!"
        },
        "sectionBgColor": {
            "type": "string",
            "default": ""
        },
        "curveColor": {
            "type": "string",
            "default": "#FFFDF5"
        },
        "headingColor": {
            "type": "string",
            "default": ""
        },
        "textColor": {
            "type": "string",
            "default": ""
        },
        "blockId": {
            "type": "string",
            "default": ""
        },
        "socialsStyle": {
            "type": "string",
            "default": "fun"
        },
        "iconColor": {
            "type": "string",
            "default": ""
        },
        "hideCurve": {
            "type": "boolean",
            "default": false
        },
        "sectionPadding": {
            "type": "number",
            "default": null
        }
    },
    "providesContext": {
        "awt/socialsStyle": "socialsStyle",
        "awt/iconColor": "iconColor"
    },
    "supports": {
        "html": false,
        "align": [
            "full"
        ]
    },
    "style": "file:./index.css"
}