{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "citrus/publications",
    "version": "1.2.2",
    "title": "Pure Publications",
    "category": "widgets",
    "icon": "book-alt",
    "description": "Display research publications from PURE",
    "textdomain": "citrus",
    "attributes": {
        "author": {
            "type": "string",
            "default": ""
        },
        "year": {
            "type": "string",
            "default": ""
        },
        "type": {
            "type": "string",
            "default": ""
        },
        "limit": {
            "type": "number",
            "default": -1
        },
        "style": {
            "type": "string",
            "default": "default"
        }
    }
}
