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

block.json in FireBox – WooCommerce Popup Builder, Exit Intent Popup, Email Optin & Cart Abandonment 2.1.14, at media/admin/js/blocks/video/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/video",
5 "version": "1.0.0",
6 "title": "Video",
7 "description": "Embed any YouTube or Vimeo videos.",
8 "category": "firebox",
9 "keywords": [
10 "video",
11 "embed",
12 "movie",
13 "countdown timer"
14 ],
15 "attributes": {
16 "uniqueId": {
17 "type": "string",
18 "default": ""
19 },
20 "videoUrl": {
21 "type": "string",
22 "default": ""
23 },
24 "coverImageType": {
25 "type": "string",
26 "default": "none"
27 },
28 "coverImage": {
29 "type": "string",
30 "default": ""
31 },
32 "startTime": {
33 "type": "string",
34 "default": ""
35 },
36 "endTime": {
37 "type": "string",
38 "default": ""
39 },
40 "controls": {
41 "type": "boolean",
42 "default": true
43 },
44 "privacyMode": {
45 "type": "boolean",
46 "default": false
47 },
48 "autoplay": {
49 "type": "boolean",
50 "default": false
51 },
52 "autopause": {
53 "type": "boolean",
54 "default": false
55 },
56 "mute": {
57 "type": "boolean",
58 "default": false
59 },
60 "loop": {
61 "type": "boolean",
62 "default": false
63 },
64 "branding": {
65 "type": "boolean",
66 "default": true
67 },
68 "margin": {
69 "type": "object",
70 "default": {
71 "desktop": {
72 "top": "",
73 "right": "",
74 "bottom": "",
75 "left": ""
76 },
77 "tablet": {
78 "top": "",
79 "right": "",
80 "bottom": "",
81 "left": ""
82 },
83 "mobile": {
84 "top": "",
85 "right": "",
86 "bottom": "",
87 "left": ""
88 },
89 "linked": true
90 }
91 },
92 "padding": {
93 "type": "object",
94 "default": {
95 "desktop": {
96 "top": "",
97 "right": "",
98 "bottom": "",
99 "left": ""
100 },
101 "tablet": {
102 "top": "",
103 "right": "",
104 "bottom": "",
105 "left": ""
106 },
107 "mobile": {
108 "top": "",
109 "right": "",
110 "bottom": "",
111 "left": ""
112 },
113 "linked": true
114 }
115 },
116 "borderColor": {
117 "type": "string",
118 "default": ""
119 },
120 "borderWidth": {
121 "type": "number",
122 "default": 0
123 },
124 "borderStyle": {
125 "type": "string",
126 "default": "none"
127 },
128 "borderRadius": {
129 "type": "object",
130 "default": {
131 "desktop": {
132 "top_left": "",
133 "top_right": "",
134 "bottom_right": "",
135 "bottom_left": ""
136 },
137 "tablet": {
138 "top_left": "",
139 "top_right": "",
140 "bottom_right": "",
141 "bottom_left": ""
142 },
143 "mobile": {
144 "top_left": "",
145 "top_right": "",
146 "bottom_right": "",
147 "bottom_left": ""
148 },
149 "linked": true
150 }
151 },
152 "backgroundColor": {
153 "type": "string",
154 "default": ""
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": "fpframework-video-widget"
191 }