PluginProbe
wpForo Forum / 3.1.6
wpForo Forum v3.1.6
3.1.6 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 All 138 releases
wpforo / blocks / online-members / block.json

block.json in wpForo Forum 3.1.6, at blocks/online-members/block.json

39 lines 832 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/online-members",
5 "version": "1.0.0",
6 "title": "wpForo Online Members",
7 "category": "widgets",
8 "description": "Online members.",
9 "attributes": {
10 "title": {
11 "type": "string",
12 "default": "Online Members"
13 },
14 "count": {
15 "type": "number",
16 "default": 15
17 },
18 "display_avatar": {
19 "type": "boolean",
20 "default": true
21 },
22 "groupids": {
23 "type": "array",
24 "default": []
25 },
26 "refresh_interval": {
27 "type": "number",
28 "default": 0
29 }
30 },
31 "supports": {
32 "html": false
33 },
34 "textdomain": "wpforo",
35 "editorScript": "wpforo-online-members-editor-script",
36 "editorStyle": "wpforo-online-members-editor-style",
37 "render": "file:./render.php"
38 }
39