PluginProbe
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor / 2.0.7
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor v2.0.7
2.0.13 2.0.12 2.0.11 2.0.10 2.0.9 trunk 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8
blockenberg / blocks / faq-accordion / block.json

block.json in Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor 2.0.7, at blocks/faq-accordion/block.json

219 lines 6.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 3,
3 "name": "blockenberg/faq-accordion",
4 "title": "FAQ Accordion",
5 "category": "bkbg-business",
6 "icon": "editor-help",
7 "description": "FAQ section with smooth accordion expand/collapse, rich typography, and schema.org markup support.",
8 "keywords": [
9 "faq",
10 "accordion",
11 "collapse",
12 "expand",
13 "questions",
14 "answers",
15 "schema",
16 "help"
17 ],
18 "textdomain": "blockenberg",
19 "editorScript": "bkbg-faq-accordion-editor",
20 "editorStyle": "bkbg-faq-accordion-style",
21 "style": "bkbg-faq-accordion-style",
22 "viewScript": "bkbg-faq-accordion-frontend",
23 "supports": {
24 "html": false,
25 "align": [
26 "wide",
27 "full"
28 ]
29 },
30 "attributes": {
31 "heading": {
32 "type": "string",
33 "default": "Frequently Asked Questions"
34 },
35 "showHeading": {
36 "type": "boolean",
37 "default": true
38 },
39 "subheading": {
40 "type": "string",
41 "default": "Everything you need to know about the product and billing."
42 },
43 "showSubheading": {
44 "type": "boolean",
45 "default": true
46 },
47 "items": {
48 "type": "array",
49 "default": [
50 {
51 "question": "How do I get started?",
52 "answer": "Getting started is easy. Sign up for a free account, follow our quick setup guide, and you'll be up and running in minutes. No credit card required.",
53 "defaultOpen": true
54 },
55 {
56 "question": "Is there a free trial available?",
57 "answer": "Yes! We offer a 14-day free trial with full access to all features. No credit card required to start your trial.",
58 "defaultOpen": false
59 },
60 {
61 "question": "What payment methods do you accept?",
62 "answer": "We accept all major credit cards (Visa, MasterCard, American Express), PayPal, and bank transfers for annual plans.",
63 "defaultOpen": false
64 },
65 {
66 "question": "Can I cancel my subscription at any time?",
67 "answer": "Absolutely. There are no long-term contracts or cancellation fees. You can cancel your subscription at any time from your account settings.",
68 "defaultOpen": false
69 },
70 {
71 "question": "Do you offer customer support?",
72 "answer": "Yes, we offer 24/7 customer support via email and live chat. Enterprise customers also get access to a dedicated account manager.",
73 "defaultOpen": false
74 }
75 ]
76 },
77 "style": {
78 "type": "string",
79 "default": "minimal"
80 },
81 "allowMultiple": {
82 "type": "boolean",
83 "default": false
84 },
85 "showIcon": {
86 "type": "boolean",
87 "default": true
88 },
89 "iconStyle": {
90 "type": "string",
91 "default": "plus"
92 },
93 "showNumbers": {
94 "type": "boolean",
95 "default": false
96 },
97 "addSchema": {
98 "type": "boolean",
99 "default": true
100 },
101 "maxWidth": {
102 "type": "number",
103 "default": 760
104 },
105 "headingSize": {
106 "type": "number",
107 "default": 34
108 },
109 "headingWeight": {
110 "type": "number",
111 "default": 800
112 },
113 "headingLineHeight": {
114 "type": "number",
115 "default": 1.15
116 },
117 "headingAlign": {
118 "type": "string",
119 "default": "center"
120 },
121 "subSize": {
122 "type": "number",
123 "default": 18
124 },
125 "subLineHeight": {
126 "type": "number",
127 "default": 1.6
128 },
129 "questionSize": {
130 "type": "number",
131 "default": 17
132 },
133 "questionWeight": {
134 "type": "number",
135 "default": 600
136 },
137 "questionLineHeight": {
138 "type": "number",
139 "default": 1.35
140 },
141 "answerSize": {
142 "type": "number",
143 "default": 15
144 },
145 "answerLineHeight": {
146 "type": "number",
147 "default": 1.6
148 },
149 "typoHeading": { "type": "object", "default": {} },
150 "typoSubheading": { "type": "object", "default": {} },
151 "typoQuestion": { "type": "object", "default": {} },
152 "typoAnswer": { "type": "object", "default": {} },
153 "questionPadding": {
154 "type": "number",
155 "default": 20
156 },
157 "cardRadius": {
158 "type": "number",
159 "default": 12
160 },
161 "iconSize": {
162 "type": "number",
163 "default": 20
164 },
165 "sectionGap": {
166 "type": "number",
167 "default": 48
168 },
169 "itemGap": {
170 "type": "number",
171 "default": 12
172 },
173 "paddingTop": {
174 "type": "number",
175 "default": 64
176 },
177 "paddingBottom": {
178 "type": "number",
179 "default": 64
180 },
181 "bgColor": {
182 "type": "string",
183 "default": "#ffffff"
184 },
185 "headingColor": {
186 "type": "string",
187 "default": "#0f172a"
188 },
189 "subColor": {
190 "type": "string",
191 "default": "#64748b"
192 },
193 "questionColor": {
194 "type": "string",
195 "default": "#0f172a"
196 },
197 "answerColor": {
198 "type": "string",
199 "default": "#475569"
200 },
201 "accentColor": {
202 "type": "string",
203 "default": "#6c3fb5"
204 },
205 "borderColor": {
206 "type": "string",
207 "default": "#e2e8f0"
208 },
209 "cardBg": {
210 "type": "string",
211 "default": "#ffffff"
212 },
213 "iconColor": {
214 "type": "string",
215 "default": "#6c3fb5"
216 }
217 }
218 }
219