{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "title": "(Style Pack) Forums List",
    "name": "bbp-style-pack/bsp-forums-list-widget",
    "category": "widgets",
    "attributes": {
        "_wbbBlockId": {
            "type": "string",
            "source": "attribute"
        },
        "_wbbImages": {
            "type": "array",
            "selector": "img"
        },
        "title": {
            "type": "string",
            "selector": "",
            "default": "Forums"
        },
        "parentForum": {
            "type": "string",
            "selector": "",
            "default": ""
        },
		"bbpressOnly": {
             "type": "boolean",
            "selector": "",
            "default": "0"
        }
    },
    "editorScript": "file:./../build/flist-index.js",
    "render": "file:./bsp-forums-list-widget.php"
}