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 / video-grid / block.json

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

243 lines 6.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 3,
3 "$schema": "https://schemas.wp.org/trunk/block.json",
4 "name": "blockenberg/video-grid",
5 "title": "Video Grid",
6 "category": "bkbg-media",
7 "icon": "video-alt3",
8 "description": "Responsive grid of video cards with play-in-lightbox functionality. Supports YouTube, Vimeo, and self-hosted videos. Custom thumbnails, titles, and duration badges.",
9 "keywords": [
10 "video",
11 "grid",
12 "gallery",
13 "youtube",
14 "vimeo",
15 "lightbox",
16 "media"
17 ],
18 "textdomain": "blockenberg",
19 "editorScript": "bkbg-video-grid-editor",
20 "style": "bkbg-video-grid-style",
21 "viewScript": "bkbg-video-grid-frontend",
22 "supports": {
23 "html": false,
24 "anchor": true,
25 "className": true,
26 "align": [
27 "wide",
28 "full"
29 ]
30 },
31 "attributes": {
32 "title": {
33 "type": "string",
34 "default": ""
35 },
36 "subtitle": {
37 "type": "string",
38 "default": ""
39 },
40 "videos": {
41 "type": "array",
42 "default": [
43 {
44 "id": "v1",
45 "title": "Product Overview",
46 "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
47 "thumbUrl": "",
48 "thumbId": 0,
49 "duration": "3:24",
50 "category": "Product",
51 "description": "A full walkthrough of all key features."
52 },
53 {
54 "id": "v2",
55 "title": "Getting Started Guide",
56 "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
57 "thumbUrl": "",
58 "thumbId": 0,
59 "duration": "5:10",
60 "category": "Tutorial",
61 "description": "Set up your account in minutes."
62 },
63 {
64 "id": "v3",
65 "title": "Advanced Workflows",
66 "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
67 "thumbUrl": "",
68 "thumbId": 0,
69 "duration": "8:45",
70 "category": "Tutorial",
71 "description": "Power-user tips and automation techniques."
72 },
73 {
74 "id": "v4",
75 "title": "Customer Success Story",
76 "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
77 "thumbUrl": "",
78 "thumbId": 0,
79 "duration": "2:58",
80 "category": "Story",
81 "description": "How Acme Corp 10x'd their productivity."
82 },
83 {
84 "id": "v5",
85 "title": "Integration Setup",
86 "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
87 "thumbUrl": "",
88 "thumbId": 0,
89 "duration": "4:33",
90 "category": "Tutorial",
91 "description": "Connect your favourite tools in one click."
92 },
93 {
94 "id": "v6",
95 "title": "2025 Roadmap Webinar",
96 "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
97 "thumbUrl": "",
98 "thumbId": 0,
99 "duration": "42:00",
100 "category": "Webinar",
101 "description": "Everything coming this year — straight from our CEO."
102 }
103 ]
104 },
105 "columns": {
106 "type": "number",
107 "default": 3
108 },
109 "gap": {
110 "type": "number",
111 "default": 24
112 },
113 "showFilter": {
114 "type": "boolean",
115 "default": true
116 },
117 "showDuration": {
118 "type": "boolean",
119 "default": true
120 },
121 "showDescription": {
122 "type": "boolean",
123 "default": true
124 },
125 "showCategory": {
126 "type": "boolean",
127 "default": true
128 },
129 "aspectRatio": {
130 "type": "string",
131 "default": "16/9"
132 },
133 "cardRadius": {
134 "type": "number",
135 "default": 14
136 },
137 "thumbRadius": {
138 "type": "number",
139 "default": 10
140 },
141 "playBtnSize": {
142 "type": "number",
143 "default": 56
144 },
145 "accentColor": {
146 "type": "string",
147 "default": "#6c3fb5"
148 },
149 "playBtnBg": {
150 "type": "string",
151 "default": "#ffffff"
152 },
153 "playBtnColor": {
154 "type": "string",
155 "default": "#6c3fb5"
156 },
157 "cardBg": {
158 "type": "string",
159 "default": "#ffffff"
160 },
161 "cardBorder": {
162 "type": "string",
163 "default": "#e5e7eb"
164 },
165 "durationBg": {
166 "type": "string",
167 "default": "rgba(0,0,0,0.65)"
168 },
169 "durationColor": {
170 "type": "string",
171 "default": "#ffffff"
172 },
173 "filterActiveBg": {
174 "type": "string",
175 "default": "#6c3fb5"
176 },
177 "filterActiveColor": {
178 "type": "string",
179 "default": "#ffffff"
180 },
181 "filterInactiveBg": {
182 "type": "string",
183 "default": "#f3f4f6"
184 },
185 "filterInactiveColor": {
186 "type": "string",
187 "default": "#374151"
188 },
189 "titleColor": {
190 "type": "string",
191 "default": "#111827"
192 },
193 "sectionTitleColor": {
194 "type": "string",
195 "default": "#111827"
196 },
197 "descColor": {
198 "type": "string",
199 "default": "#6b7280"
200 },
201 "categoryColor": {
202 "type": "string",
203 "default": "#6c3fb5"
204 },
205 "titleSize": {
206 "type": "number",
207 "default": 32
208 },
209 "cardTitleSize": {
210 "type": "number",
211 "default": 16
212 },
213 "descSize": {
214 "type": "number",
215 "default": 14
216 },
217 "sectionTitleTypo": {
218 "type": "object",
219 "default": {}
220 },
221 "cardTitleTypo": {
222 "type": "object",
223 "default": {}
224 },
225 "descTypo": {
226 "type": "object",
227 "default": {}
228 },
229 "bgColor": {
230 "type": "string",
231 "default": ""
232 },
233 "paddingTop": {
234 "type": "number",
235 "default": 0
236 },
237 "paddingBottom": {
238 "type": "number",
239 "default": 0
240 }
241 }
242 }
243