# wpforo/3.0.5/blocks/forums/block.json

wpForo Forum, version 3.0.5. 31 lines.

- Page: https://pluginprobe.com/plugins/wpforo/3.0.5/code/blocks/forums/block.json
- Raw: https://pluginprobe.com/plugins/wpforo/3.0.5/raw/blocks/forums/block.json
- Modified: 2026-04-13T13:06:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpforo/3.0.5/code/blocks/forums/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "wpforo/forums",
  "version": "1.0.0",
  "title": "wpForo Forums",
  "category": "widgets",
  "description": "Forum tree.",
  "attributes": {
    "title": {
      "type": "string",
      "default": "Forums"
    },
    "boardid": {
      "type": "number",
      "default": 0
    },
    "dropdown": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "wpforo",
  "editorScript": "wpforo-forums-editor-script",
  "editorStyle": "wpforo-forums-editor-style",
  "render": "file:./render.php"
}

```
