PluginProbe
FireBox – WooCommerce Popup Builder, Exit Intent Popup, Email Optin & Cart Abandonment / 2.1.14
FireBox – WooCommerce Popup Builder, Exit Intent Popup, Email Optin & Cart Abandonment v2.1.14
3.1.13 3.1.12 3.1.11 3.1.10 3.1.9 3.1.8 3.1.7 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 All 122 releases
firebox / media / admin / js / blocks / icon / block.json

block.json in FireBox – WooCommerce Popup Builder, Exit Intent Popup, Email Optin & Cart Abandonment 2.1.14, at media/admin/js/blocks/icon/block.json

184 lines 3.5 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": 2,
4 "name": "firebox/icon",
5 "version": "1.0.0",
6 "title": "Icon",
7 "description": "An advanced Icon block.",
8 "category": "firebox",
9 "keywords": [
10 "icon",
11 "icons"
12 ],
13 "attributes": {
14 "uniqueId": {
15 "type": "string",
16 "default": ""
17 },
18 "icon": {
19 "type": "object",
20 "default": {
21 "value": "address-card",
22 "label": "address-card"
23 }
24 },
25 "iconContent": {
26 "type": "string",
27 "default": ""
28 },
29 "iconViewbox": {
30 "type": "string",
31 "default": ""
32 },
33 "color": {
34 "type": "string",
35 "default": ""
36 },
37 "backgroundColor": {
38 "type": "string",
39 "default": ""
40 },
41 "size": {
42 "type": "object",
43 "default": {
44 "desktop": 40,
45 "tablet": "",
46 "mobile": ""
47 }
48 },
49 "padding": {
50 "type": "object",
51 "default": {
52 "desktop": {
53 "top": "",
54 "right": "",
55 "bottom": "",
56 "left": ""
57 },
58 "tablet": {
59 "top": "",
60 "right": "",
61 "bottom": "",
62 "left": ""
63 },
64 "mobile": {
65 "top": "",
66 "right": "",
67 "bottom": "",
68 "left": ""
69 },
70 "linked": true
71 }
72 },
73 "margin": {
74 "type": "object",
75 "default": {
76 "desktop": {
77 "top": "",
78 "right": "",
79 "bottom": "",
80 "left": ""
81 },
82 "tablet": {
83 "top": "",
84 "right": "",
85 "bottom": "",
86 "left": ""
87 },
88 "mobile": {
89 "top": "",
90 "right": "",
91 "bottom": "",
92 "left": ""
93 },
94 "linked": true
95 }
96 },
97 "align": {
98 "type": "object",
99 "default": {
100 "desktop": "",
101 "tablet": "",
102 "mobile": ""
103 }
104 },
105 "visibility": {
106 "type": "object",
107 "default": {
108 "desktop": false,
109 "tablet": false,
110 "mobile": false
111 }
112 },
113 "iconBorderColor": {
114 "type": "string",
115 "default": ""
116 },
117 "iconBorderWidth": {
118 "type": "number",
119 "default": 0
120 },
121 "iconBorderStyle": {
122 "type": "string",
123 "default": "none"
124 },
125 "iconBorderRadius": {
126 "type": "object",
127 "default": {
128 "desktop": {
129 "top_left": "",
130 "top_right": "",
131 "bottom_right": "",
132 "bottom_left": ""
133 },
134 "tablet": {
135 "top_left": "",
136 "top_right": "",
137 "bottom_right": "",
138 "bottom_left": ""
139 },
140 "mobile": {
141 "top_left": "",
142 "top_right": "",
143 "bottom_right": "",
144 "bottom_left": ""
145 },
146 "linked": true
147 }
148 },
149 "boxShadow": {
150 "type": "object",
151 "default": {
152 "desktop": {
153 "type": "none",
154 "top": 0,
155 "left": 0,
156 "color": "",
157 "spread": 7,
158 "width": 0
159 },
160 "tablet": {
161 "type": "none",
162 "top": 0,
163 "left": 0,
164 "color": "",
165 "spread": 7,
166 "width": 0
167 },
168 "mobile": {
169 "type": "none",
170 "top": 0,
171 "left": 0,
172 "color": "",
173 "spread": 7,
174 "width": 0
175 }
176 }
177 }
178 },
179 "editorScript": [
180 "firebox-store",
181 "file:./index.js"
182 ],
183 "editorStyle": "fb-block-icon"
184 }