{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "awt/child-author-page-title",
    "title": "Page Title Section (Child Author)",
    "category": "author-website-templates",
    "icon": "heading",
    "description": "Page title/hero section for inner pages with heading, subheading, and decorative wave",
    "keywords": [
        "page",
        "title",
        "hero",
        "heading",
        "child-author"
    ],
    "textdomain": "author-website-templates",
    "editorScript": "file:./index.js",
    "render": "file:./render.php",
    "attributes": {
        "align": {
            "type": "string",
            "default": "full"
        },
        "heading": {
            "type": "string",
            "default": "So Nice to Meet You!"
        },
        "subHeading": {
            "type": "string",
            "default": "I'm Danielle Steel, a writer of silly stories and a lover of big adventures."
        },
        "sectionBgColor": {
            "type": "string",
            "default": "rgba(0, 198, 255, 0.1)"
        },
        "curveColor": {
            "type": "string",
            "default": "#FFFDF5"
        },
        "headingColor": {
            "type": "string",
            "default": ""
        },
        "textColor": {
            "type": "string",
            "default": ""
        },
        "blockId": {
            "type": "string",
            "default": ""
        },
        "titleStyle": {
            "type": "string",
            "default": "fun"
        },
        "badgeText": {
            "type": "string",
            "default": "Biography"
        }
    },
    "supports": {
        "html": false,
        "align": [
            "full"
        ]
    },
    "style": "file:./index.css"
}