{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "title": "(Style Pack) Single Forum Information",
    "name": "bbp-style-pack/bsp-single-forum-information",
    "category": "widgets",
    "attributes": {
        "_wbbBlockId": {
            "type": "string",
            "source": "attribute"
        },
        "_wbbImages": {
            "type": "array",
            "selector": "img"
        },
        "title": {
            "type": "string",
            "selector": "",
            "default": "Forum Information"
        },
        "in": {
            "type": "string",
            "selector": "In ",
            "default": ""
        },
        "reply": {
            "type": "string",
            "selector": "",
            "default": "Reply"
        },
        "replies": {
            "type": "string",
            "selector": "",
            "default": "Replies"
        },
        "topic": {
            "type": "string",
            "selector": "",
            "default": "Topic"
        },
        "topics": {
            "type": "string",
            "selector": "",
            "default": "Topics"
        },
        "last_activity": {
            "type": "string",
            "selector": "",
            "default": "Last Activity: "
        },
        "last_reply": {
            "type": "string",
            "selector": "",
            "default": "Last Reply: "
        },
        "show_icons": {
            "type": "boolean",
            "selector": "",
            "default": ""
        }
    },
    "editorScript": "file:./../build/fi-index.js",
    "render": "file:./bsp-single-forum-information.php"
}