PluginProbe
wpForo Forum / 3.1.2
wpForo Forum v3.1.2
3.1.5 3.1.4 3.1.2 3.1.1 3.1.0 3.0.9 3.0.8 3.0.7 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 1.4.2 All 137 releases
wpforo / blocks / forums / block.json

block.json in wpForo Forum 3.1.2, at blocks/forums/block.json

31 lines 640 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 2,
4 "name": "wpforo/forums",
5 "version": "1.0.0",
6 "title": "wpForo Forums",
7 "category": "widgets",
8 "description": "Forum tree.",
9 "attributes": {
10 "title": {
11 "type": "string",
12 "default": "Forums"
13 },
14 "boardid": {
15 "type": "number",
16 "default": 0
17 },
18 "dropdown": {
19 "type": "boolean",
20 "default": false
21 }
22 },
23 "supports": {
24 "html": false
25 },
26 "textdomain": "wpforo",
27 "editorScript": "wpforo-forums-editor-script",
28 "editorStyle": "wpforo-forums-editor-style",
29 "render": "file:./render.php"
30 }
31