{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "awt/child-author-activities",
    "version": "1.0.0",
    "title": "Activities (Child Author)",
    "category": "theme",
    "icon": "grid-view",
    "description": "Display activity cards with Pro Locking for styling controls.",
    "keywords": [
        "activities",
        "cards",
        "grid",
        "author"
    ],
    "textdomain": "author-website-templates",
    "editorScript": "file:./index.js",
    "attributes": {
        "align": {
            "type": "string",
            "default": "full"
        },
        "heading": {
            "type": "string",
            "default": "Fun Stuff To Do!"
        },
        "activityStyle": {
            "type": "string",
            "default": "fun"
        },
        "sectionBgColor": {
            "type": "string",
            "default": ""
        },
        "sectionPadding": {
            "type": "number",
            "default": null
        },
        "cardBgColor": {
            "type": "string",
            "default": ""
        },
        "headingColor": {
            "type": "string",
            "default": ""
        },
        "textColor": {
            "type": "string",
            "default": ""
        },
        "hideCurve": {
            "type": "boolean",
            "default": false
        },
        "curveColor": {
            "type": "string",
            "default": "#FFFDF5"
        },
        "blockId": {
            "type": "string",
            "default": ""
        }
    },
    "providesContext": {
        "awt/activityStyle": "activityStyle"
    },
    "supports": {
        "html": false,
        "align": [
            "full"
        ],
        "alignWide": true
    }
}