{
    "apiVersion": 2,
    "name": "awt/child-author-404-page",
    "version": "1.0.0",
    "title": "Child Author 404 Page",
    "category": "rswpthemes_awt_widgets",
    "icon": "warning",
    "description": "A fun, illustrated 404 error page.",
    "supports": {
        "html": false
    },
    "attributes": {
        "heading": {
            "type": "string",
            "default": "Where did the story go?"
        },
        "description": {
            "type": "string",
            "default": "It looks like this page got lost in the Whispering Woods! Even our bravest explorers can't find it."
        },
        "badgeText": {
            "type": "string",
            "default": "Uh-oh!"
        },
        "bigNumber": {
            "type": "string",
            "default": "404"
        },
        "btnHomeLabel": {
            "type": "string",
            "default": "Go Back Home"
        },
        "btnBooksLabel": {
            "type": "string",
            "default": "Read a Book Instead"
        },
        "btnContactLabel": {
            "type": "string",
            "default": "Report a Problem"
        }
    },
    "textdomain": "author-website-templates",
    "editorScript": "file:./index.js",
    "render": "file:./render.php",
    "style": "file:./index.css"
}