PluginProbe
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor / 2.0.6
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor v2.0.6
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 / styled-list / block.json

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

197 lines 4.7 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/styled-list",
5 "title": "Styled List",
6 "category": "blockenberg",
7 "icon": "editor-ul",
8 "description": "Fully customizable list with icons, rich text, and flexible layout options.",
9 "keywords": ["list", "ul", "ol", "icon", "checklist", "features", "bullet"],
10 "textdomain": "blockenberg",
11 "editorScript": "bkbg-styled-list-editor",
12 "editorStyle": "bkbg-styled-list-style",
13 "style": "bkbg-styled-list-style",
14 "viewScript": "bkbg-styled-list-frontend",
15 "supports": {
16 "html": false,
17 "anchor": true,
18 "className": true,
19 "align": ["wide", "full"]
20 },
21 "attributes": {
22 "items": {
23 "type": "array",
24 "default": [
25 { "text": "Full WYSIWYG editing for every list item — <strong>bold</strong>, <em>italic</em>, links and more.", "description": "", "customColor": "", "itemIconType": "", "itemIconUrl": "", "itemIconChar": "", "itemIconDashicon": "" },
26 { "text": "Choose from built-in icons, Dashicons, or a custom image per item.", "description": "", "customColor": "", "itemIconType": "", "itemIconUrl": "", "itemIconChar": "", "itemIconDashicon": "" },
27 { "text": "Two-column grid, horizontal row or classic vertical layout.", "description": "", "customColor": "", "itemIconType": "", "itemIconUrl": "", "itemIconChar": "", "itemIconDashicon": "" },
28 { "text": "Per-item description line with independent typography settings.", "description": "Optional secondary text that appears below the main item text.", "customColor": "", "itemIconType": "", "itemIconUrl": "", "itemIconChar": "", "itemIconDashicon": "" }
29 ]
30 },
31 "listStyle": {
32 "type": "string",
33 "default": "vertical"
34 },
35 "columns": {
36 "type": "number",
37 "default": 2
38 },
39 "gap": {
40 "type": "number",
41 "default": 12
42 },
43 "columnGap": {
44 "type": "number",
45 "default": 32
46 },
47 "iconType": {
48 "type": "string",
49 "default": "check"
50 },
51 "iconShape": {
52 "type": "string",
53 "default": "none"
54 },
55 "iconPosition": {
56 "type": "string",
57 "default": "left"
58 },
59 "iconSize": {
60 "type": "number",
61 "default": 18
62 },
63 "iconColor": {
64 "type": "string",
65 "default": "#3b82f6"
66 },
67 "iconBgColor": {
68 "type": "string",
69 "default": "#dbeafe"
70 },
71 "iconBgSize": {
72 "type": "number",
73 "default": 34
74 },
75 "iconBgRadius": {
76 "type": "number",
77 "default": 50
78 },
79 "customChar": {
80 "type": "string",
81 "default": ""
82 },
83 "customDashicon": {
84 "type": "string",
85 "default": "yes-alt"
86 },
87 "customImageUrl": {
88 "type": "string",
89 "default": ""
90 },
91 "perItemIcon": {
92 "type": "boolean",
93 "default": false
94 },
95 "iconAlignTop": {
96 "type": "boolean",
97 "default": false
98 },
99 "showDescription": {
100 "type": "boolean",
101 "default": false
102 },
103 "itemPaddingTop": {
104 "type": "number",
105 "default": 10
106 },
107 "itemPaddingRight": {
108 "type": "number",
109 "default": 14
110 },
111 "itemPaddingBottom": {
112 "type": "number",
113 "default": 10
114 },
115 "itemPaddingLeft": {
116 "type": "number",
117 "default": 14
118 },
119 "itemBg": {
120 "type": "string",
121 "default": "transparent"
122 },
123 "itemBgHover": {
124 "type": "string",
125 "default": ""
126 },
127 "itemBorderWidth": {
128 "type": "number",
129 "default": 0
130 },
131 "itemBorderColor": {
132 "type": "string",
133 "default": "#e2e8f0"
134 },
135 "itemBorderStyle": {
136 "type": "string",
137 "default": "solid"
138 },
139 "itemBorderRadius": {
140 "type": "number",
141 "default": 0
142 },
143 "itemShadow": {
144 "type": "boolean",
145 "default": false
146 },
147 "dividerEnabled": {
148 "type": "boolean",
149 "default": false
150 },
151 "dividerColor": {
152 "type": "string",
153 "default": "#e2e8f0"
154 },
155 "dividerWidth": {
156 "type": "number",
157 "default": 1
158 },
159 "fontSize": {
160 "type": "number",
161 "default": 16
162 },
163 "fontWeight": {
164 "type": "number",
165 "default": 400
166 },
167 "lineHeight": {
168 "type": "number",
169 "default": 1.6
170 },
171 "textColor": {
172 "type": "string",
173 "default": "#374151"
174 },
175 "descFontSize": {
176 "type": "number",
177 "default": 14
178 },
179 "descFontWeight": {
180 "type": "number",
181 "default": 400
182 },
183 "descColor": {
184 "type": "string",
185 "default": "#6b7280"
186 },
187 "alignment": {
188 "type": "string",
189 "default": "left"
190 },
191 "perItemColor": {
192 "type": "boolean",
193 "default": false
194 }
195 }
196 }
197