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 / html-v2-to-html-v3.json

html-v2-to-html-v3.json in Elementor Website Builder – more than just a page builder 4.3.0, at migrations/operations/html-v2-to-html-v3.json

23 lines 579 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "up": [
3 {
4 "op": { "fn": "move", "src": "value.content", "dest": "value.content.value", "clean": false }
5 },
6 {
7 "op": { "fn": "set", "path": "value.content.$$type", "value": "string" },
8 "condition": { "fn": "exists", "path": "value.content.value" }
9 },
10 {
11 "op": { "fn": "set", "path": "$$type", "value": "html-v3" }
12 }
13 ],
14 "down": [
15 {
16 "op": { "fn": "move", "src": "value.content.value", "dest": "value.content", "clean": false }
17 },
18 {
19 "op": { "fn": "set", "path": "$$type", "value": "html-v2" }
20 }
21 ]
22 }
23