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.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 / svg-src-to-icon.json

svg-src-to-icon.json in Elementor Website Builder – more than just a page builder 4.3.0, at migrations/operations/svg-src-to-icon.json

27 lines 382 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "up": [],
3 "down": [
4 {
5 "op": {
6 "fn": "set",
7 "path": "$$type",
8 "value": "svg-src"
9 }
10 },
11 {
12 "op": {
13 "fn": "set",
14 "path": "value",
15 "merge": false,
16 "value": {
17 "id": null,
18 "url": {
19 "$$type": "url",
20 "value": null
21 }
22 }
23 }
24 }
25 ]
26 }
27