PluginProbe
Elementor Website Builder – more than just a page builder / 4.0.2
Elementor Website Builder – more than just a page builder v4.0.2
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 4.1.0-beta1 4.1.0-dev1 All 452 releases
elementor / migrations / manifest.json

manifest.json in Elementor Website Builder – more than just a page builder 4.0.2, at migrations/manifest.json

31 lines 727 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "widgetKeys": {},
3 "propTypes": {
4 "string-to-html": {
5 "fromType": "string",
6 "toType": "html",
7 "path": "operations/string-to-html.json"
8 },
9 "number-to-size": {
10 "fromType": "number",
11 "toType": "size",
12 "path": "operations/number-to-size.json"
13 },
14 "html-to-html-v2": {
15 "fromType": "html",
16 "toType": "html-v2",
17 "path": "operations/html-to-html-v2.json"
18 },
19 "html-v2-to-html-v3": {
20 "fromType": "html-v2",
21 "toType": "html-v3",
22 "path": "operations/html-v2-to-html-v3.json"
23 },
24 "image-src-to-svg-src": {
25 "fromType": "image-src",
26 "toType": "svg-src",
27 "path": "operations/image-src-to-svg-src.json"
28 }
29 }
30 }
31