PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 2.4.0
Forumax – AI Powered Advanced Community Forum Plugin v2.4.0
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
bbp-core / build / forum-tab / block.json

block.json in Forumax – AI Powered Advanced Community Forum Plugin 2.4.0, at build/forum-tab/block.json

202 lines 3.9 KB
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": 3,
4 "name": "bbp-core/forum-tab",
5 "version": "0.1.0",
6 "title": "Forumax Forum & Topics Tabs",
7 "category": "forumax",
8 "icon": "index-card",
9 "description": "Displays forums and topics in tabs.",
10 "attributes": {
11 "forum_tab_title": {
12 "type": "string",
13 "default": "Show Forums"
14 },
15 "ppp": {
16 "type": "number",
17 "default": 9
18 },
19 "order": {
20 "type": "string",
21 "default": "ASC"
22 },
23 "orderby": {
24 "type": "string",
25 "default": "date"
26 },
27 "is_forum_tab_btn": {
28 "type": "boolean",
29 "default": true
30 },
31 "more_txt": {
32 "type": "string",
33 "default": "View More"
34 },
35 "more_url": {
36 "type": "string",
37 "default": ""
38 },
39 "topics_tab_title": {
40 "type": "string",
41 "default": "Show Topics"
42 },
43 "ppp2": {
44 "type": "number",
45 "default": 6
46 },
47 "order2": {
48 "type": "string",
49 "default": "ASC"
50 },
51 "orderby2": {
52 "type": "string",
53 "default": "date"
54 },
55 "is_topic_tab_btn": {
56 "type": "boolean",
57 "default": true
58 },
59 "more_txt2": {
60 "type": "string",
61 "default": "View More"
62 },
63 "more_url2": {
64 "type": "string",
65 "default": ""
66 },
67 "forum_filter_ids": {
68 "type": "string",
69 "default": ""
70 },
71 "default_active_tab": {
72 "type": "string",
73 "default": "forum"
74 },
75 "columns": {
76 "type": "number",
77 "default": 3
78 },
79 "show_forum_image": {
80 "type": "boolean",
81 "default": true
82 },
83 "show_forum_post_count": {
84 "type": "boolean",
85 "default": true
86 },
87 "show_forum_reply_count": {
88 "type": "boolean",
89 "default": true
90 },
91 "show_forum_excerpt": {
92 "type": "boolean",
93 "default": false
94 },
95 "show_topic_avatar": {
96 "type": "boolean",
97 "default": true
98 },
99 "show_topic_post_info": {
100 "type": "boolean",
101 "default": true
102 },
103 "show_topic_tags": {
104 "type": "boolean",
105 "default": true
106 },
107 "show_topic_post_reach": {
108 "type": "boolean",
109 "default": true
110 },
111 "forum_image_size": {
112 "type": "string",
113 "default": "thumbnail"
114 },
115 "enable_card_hover": {
116 "type": "boolean",
117 "default": true
118 },
119 "no_posts_message": {
120 "type": "string",
121 "default": "No posts found."
122 },
123 "forum_tab_title_color": {
124 "type": "string"
125 },
126 "topics_tab_title_color": {
127 "type": "string"
128 },
129 "forum_tab_content_color": {
130 "type": "string"
131 },
132 "topics_tab_content_color": {
133 "type": "string"
134 },
135 "tab_active_color": {
136 "type": "string"
137 },
138 "title_hover_color": {
139 "type": "string"
140 },
141 "btn_color": {
142 "type": "string"
143 },
144 "btn_bg_color": {
145 "type": "string"
146 },
147 "card_bg_color": {
148 "type": "string"
149 },
150 "tab_font_size": {
151 "type": "number",
152 "default": 0
153 },
154 "card_title_font_size": {
155 "type": "number",
156 "default": 0
157 },
158 "meta_font_size": {
159 "type": "number",
160 "default": 0
161 },
162 "tab_padding": {
163 "type": "number",
164 "default": 0
165 },
166 "card_gap": {
167 "type": "number",
168 "default": 0
169 },
170 "section_padding": {
171 "type": "number",
172 "default": 0
173 },
174 "card_border_radius": {
175 "type": "number",
176 "default": 0
177 },
178 "btn_border_radius": {
179 "type": "number",
180 "default": 0
181 },
182 "hide_forum_image_mobile": {
183 "type": "boolean",
184 "default": false
185 },
186 "hide_topic_reach_mobile": {
187 "type": "boolean",
188 "default": true
189 },
190 "mobile_columns": {
191 "type": "number",
192 "default": 1
193 }
194 },
195 "supports": {
196 "html": false
197 },
198 "textdomain": "bbp-core",
199 "editorScript": "file:./index.js",
200 "editorStyle": "file:./index.css",
201 "style": "file:./style-index.css"
202 }