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 / page-list / block.json

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

236 lines 6.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": "blockenberg/page-list",
5 "title": "Page List",
6 "description": "A styled list of pages or links with optional icons, hierarchy, and rich color controls.",
7 "icon": "admin-page",
8 "category": "bkbg-layout",
9 "keywords": [
10 "pages",
11 "navigation",
12 "links",
13 "menu",
14 "list"
15 ],
16 "textdomain": "blockenberg",
17 "editorScript": "bkbg-page-list-editor",
18 "style": "bkbg-page-list-style",
19 "viewScript": "bkbg-page-list-frontend",
20 "supports": {
21 "html": false,
22 "align": [
23 "wide",
24 "full"
25 ]
26 },
27 "attributes": {
28 "items": {
29 "type": "array",
30 "default": [
31 {
32 "id": "pgl-1",
33 "title": "About Us",
34 "url": "#",
35 "icon": "📄",
36 "iconType": "custom-char",
37 "iconDashicon": "",
38 "iconImageUrl": "",
39 "description": "Learn more about who we are and what we do.",
40 "children": [
41 {
42 "id": "pgl-1a",
43 "title": "Our Team",
44 "url": "#",
45 "icon": "👤",
46 "iconType": "custom-char",
47 "iconDashicon": "",
48 "iconImageUrl": ""
49 },
50 {
51 "id": "pgl-1b",
52 "title": "Our Mission",
53 "url": "#",
54 "icon": "🎯",
55 "iconType": "custom-char",
56 "iconDashicon": "",
57 "iconImageUrl": ""
58 }
59 ]
60 },
61 {
62 "id": "pgl-2",
63 "title": "Services",
64 "url": "#",
65 "icon": "⚙️",
66 "iconType": "custom-char",
67 "iconDashicon": "",
68 "iconImageUrl": "",
69 "description": "Explore the professional services we offer.",
70 "children": [
71 {
72 "id": "pgl-2a",
73 "title": "Consulting",
74 "url": "#",
75 "icon": "💼",
76 "iconType": "custom-char",
77 "iconDashicon": "",
78 "iconImageUrl": ""
79 },
80 {
81 "id": "pgl-2b",
82 "title": "Development",
83 "url": "#",
84 "icon": "🛠",
85 "iconType": "custom-char",
86 "iconDashicon": "",
87 "iconImageUrl": ""
88 }
89 ]
90 },
91 {
92 "id": "pgl-3",
93 "title": "Portfolio",
94 "url": "#",
95 "icon": "🖼",
96 "iconType": "custom-char",
97 "iconDashicon": "",
98 "iconImageUrl": "",
99 "description": "Browse our latest projects and case studies.",
100 "children": []
101 },
102 {
103 "id": "pgl-4",
104 "title": "Blog",
105 "url": "#",
106 "icon": "✍️",
107 "iconType": "custom-char",
108 "iconDashicon": "",
109 "iconImageUrl": "",
110 "description": "Insights, tutorials and news from our team.",
111 "children": []
112 },
113 {
114 "id": "pgl-5",
115 "title": "Contact",
116 "url": "#",
117 "icon": "📬",
118 "iconType": "custom-char",
119 "iconDashicon": "",
120 "iconImageUrl": "",
121 "description": "Get in touch — we'd love to hear from you.",
122 "children": []
123 }
124 ]
125 },
126 "layout": {
127 "type": "string",
128 "default": "plain"
129 },
130 "showIcons": {
131 "type": "boolean",
132 "default": true
133 },
134 "showDescription": {
135 "type": "boolean",
136 "default": false
137 },
138 "showChevron": {
139 "type": "boolean",
140 "default": true
141 },
142 "depth": {
143 "type": "number",
144 "default": 2
145 },
146 "columns": {
147 "type": "number",
148 "default": 1
149 },
150 "linkTarget": {
151 "type": "string",
152 "default": "_self"
153 },
154 "fontSize": {
155 "type": "number",
156 "default": 16
157 },
158 "fontWeight": {
159 "type": "string",
160 "default": "500"
161 },
162 "descFontSize": {
163 "type": "number",
164 "default": 13
165 },
166 "iconSize": {
167 "type": "number",
168 "default": 20
169 },
170 "borderRadius": {
171 "type": "number",
172 "default": 8
173 },
174 "gap": {
175 "type": "number",
176 "default": 4
177 },
178 "itemPaddingV": {
179 "type": "number",
180 "default": 12
181 },
182 "itemPaddingH": {
183 "type": "number",
184 "default": 16
185 },
186 "maxWidth": {
187 "type": "string",
188 "default": "100%"
189 },
190 "linkColor": {
191 "type": "string",
192 "default": "#1e293b"
193 },
194 "linkColorHover": {
195 "type": "string",
196 "default": "#6c3fb5"
197 },
198 "bgColor": {
199 "type": "string",
200 "default": "transparent"
201 },
202 "bgColorHover": {
203 "type": "string",
204 "default": "#f3f0ff"
205 },
206 "borderColor": {
207 "type": "string",
208 "default": "#e2e8f0"
209 },
210 "iconColor": {
211 "type": "string",
212 "default": "#6c3fb5"
213 },
214 "descColor": {
215 "type": "string",
216 "default": "#64748b"
217 },
218 "chevronColor": {
219 "type": "string",
220 "default": "#94a3b8"
221 },
222 "accentColor": {
223 "type": "string",
224 "default": "#6c3fb5"
225 },
226 "linkTypo": {
227 "type": "object",
228 "default": {}
229 },
230 "descTypo": {
231 "type": "object",
232 "default": {}
233 }
234 }
235 }
236