# bbp-core/2.0.0/build/forums/block.json

Forumax – AI Powered Advanced Community Forum Plugin, version 2.0.0. 52 lines.

- Page: https://pluginprobe.com/plugins/bbp-core/2.0.0/code/build/forums/block.json
- Raw: https://pluginprobe.com/plugins/bbp-core/2.0.0/raw/build/forums/block.json
- Modified: 2026-01-01T11:09:22+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/bbp-core/2.0.0/code/build/forums/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bbp-core/forums",
  "version": "0.1.0",
  "title": "Forumax Forums Grid",
  "category": "bbp-core",
  "icon": "networking",
  "description": "Displays a list of bbPress forums with a 'load more' option.",
  "attributes": {
    "ppp": {
      "type": "number",
      "default": 5
    },
    "ppp2": {
      "type": "number",
      "default": 10
    },
    "order": {
      "type": "string",
      "default": "ASC"
    },
    "more_txt": {
      "type": "string",
      "default": "More Communities"
    },
    "more_text_color": {
      "type": "string"
    },
    "title_color": {
      "type": "string"
    },
    "content_color": {
      "type": "string"
    }
  },
  "supports": {
    "html": false,
    "typography": {
      "fontSize": true
    }
  },
  "textdomain": "bbp-core",
  "editorScript": "file:./index.js",
  "editorStyle": [
    "file:./index.css"
  ],
  "style": [
    "file:./style-index.css"
  ]
}

```
