PluginProbe
Elementor Website Builder – more than just a page builder / 4.3.1
Elementor Website Builder – more than just a page builder v4.3.1
4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 All 454 releases
elementor / migrations / operations / border-width-to-border-width-v2.json

border-width-to-border-width-v2.json in Elementor Website Builder – more than just a page builder 4.3.1, at migrations/operations/border-width-to-border-width-v2.json

45 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "up": [
3 {
4 "op": { "fn": "set", "path": "value.top", "key": "block-start" },
5 "condition": { "fn": "exists", "path": "value.top" }
6 },
7 {
8 "op": { "fn": "set", "path": "value.right", "key": "inline-end" },
9 "condition": { "fn": "exists", "path": "value.right" }
10 },
11 {
12 "op": { "fn": "set", "path": "value.bottom", "key": "block-end" },
13 "condition": { "fn": "exists", "path": "value.bottom" }
14 },
15 {
16 "op": { "fn": "set", "path": "value.left", "key": "inline-start" },
17 "condition": { "fn": "exists", "path": "value.left" }
18 },
19 {
20 "op": { "fn": "set", "path": "$$type", "value": "border-width-v2" }
21 }
22 ],
23 "down": [
24 {
25 "op": { "fn": "set", "path": "value.block-start", "key": "top" },
26 "condition": { "fn": "exists", "path": "value.block-start" }
27 },
28 {
29 "op": { "fn": "set", "path": "value.inline-end", "key": "right" },
30 "condition": { "fn": "exists", "path": "value.inline-end" }
31 },
32 {
33 "op": { "fn": "set", "path": "value.block-end", "key": "bottom" },
34 "condition": { "fn": "exists", "path": "value.block-end" }
35 },
36 {
37 "op": { "fn": "set", "path": "value.inline-start", "key": "left" },
38 "condition": { "fn": "exists", "path": "value.inline-start" }
39 },
40 {
41 "op": { "fn": "set", "path": "$$type", "value": "border-width" }
42 }
43 ]
44 }
45