PluginProbe
wpForo Forum / 3.0.5
wpForo Forum v3.0.5
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 / search / block.json

block.json in wpForo Forum 3.0.5, at blocks/search/block.json

27 lines 581 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/search",
5 "version": "1.0.0",
6 "title": "wpForo Search",
7 "category": "widgets",
8 "description": "wpForo search form.",
9 "attributes": {
10 "title": {
11 "type": "string",
12 "default": "Forum Search"
13 },
14 "boardid": {
15 "type": "number",
16 "default": 0
17 }
18 },
19 "supports": {
20 "html": false
21 },
22 "textdomain": "wpforo",
23 "editorScript": "wpforo-search-editor-script",
24 "editorStyle": "wpforo-search-editor-style",
25 "render": "file:./render.php"
26 }
27