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

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

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