{
    "apiVersion": 3,
    "title": "BW Author",
    "name": "bw/author",
    "category": "widgets",
    "icon": "admin-users",
    "description": "Dropdown to navigate to an author archive. Pick authors to include/exclude or filter by role.",
    "editorScript": "file:./index.js",
    "attributes": {
        "placeholder": {
            "type": "string",
            "default": "Select an Author"
        },
        "includeIds": {
            "type": "array",
            "default": [],
            "items": { "type": "integer" }
        },
        "excludeIds": {
            "type": "array",
            "default": [],
            "items": { "type": "integer" }
        },
        "roles": {
            "type": "array",
            "default": ["author"],
            "items": { "type": "string" }
        },
        "hasPublishedPosts": {
            "type": "boolean",
            "default": true
        }
    },
    "supports": {
        "align": ["wide", "full"]
    }
}
