PluginProbe
Elementor Website Builder – more than just a page builder / 4.3.0
Elementor Website Builder – more than just a page builder v4.3.0
4.3.2 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 All 455 releases
elementor / migrations / operations / border-radius-to-border-radius-v2.json

border-radius-to-border-radius-v2.json in Elementor Website Builder – more than just a page builder 4.3.0, at migrations/operations/border-radius-to-border-radius-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-left", "key": "start-start" },
5 "condition": { "fn": "exists", "path": "value.top-left" }
6 },
7 {
8 "op": { "fn": "set", "path": "value.top-right", "key": "start-end" },
9 "condition": { "fn": "exists", "path": "value.top-right" }
10 },
11 {
12 "op": { "fn": "set", "path": "value.bottom-right", "key": "end-end" },
13 "condition": { "fn": "exists", "path": "value.bottom-right" }
14 },
15 {
16 "op": { "fn": "set", "path": "value.bottom-left", "key": "end-start" },
17 "condition": { "fn": "exists", "path": "value.bottom-left" }
18 },
19 {
20 "op": { "fn": "set", "path": "$$type", "value": "border-radius-v2" }
21 }
22 ],
23 "down": [
24 {
25 "op": { "fn": "set", "path": "value.start-start", "key": "top-left" },
26 "condition": { "fn": "exists", "path": "value.start-start" }
27 },
28 {
29 "op": { "fn": "set", "path": "value.start-end", "key": "top-right" },
30 "condition": { "fn": "exists", "path": "value.start-end" }
31 },
32 {
33 "op": { "fn": "set", "path": "value.end-end", "key": "bottom-right" },
34 "condition": { "fn": "exists", "path": "value.end-end" }
35 },
36 {
37 "op": { "fn": "set", "path": "value.end-start", "key": "bottom-left" },
38 "condition": { "fn": "exists", "path": "value.end-start" }
39 },
40 {
41 "op": { "fn": "set", "path": "$$type", "value": "border-radius" }
42 }
43 ]
44 }
45