PluginProbe
Elementor Website Builder – more than just a page builder / 4.0.0-dev3
Elementor Website Builder – more than just a page builder v4.0.0-dev3
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
← All changes | migrations/manifest.json +1 -53 4.3.1 → 4.0.0-dev3 View file →
@@ -1,13 +1,6 @@
1 1 {
2 - "widgetKeys": {
3 - "e-form-submit-button": [
4 - { "from": "label", "to": "text" }
5 - ],
6 - "e-form-textarea": [
7 - { "from": "maxlength", "to": "length" }
8 - ]
9 - },
2 + "widgetKeys": {},
10 3 "propTypes": {
11 4 "string-to-html": {
12 5 "fromType": "string",
13 6 "toType": "html",
@@ -17,13 +10,8 @@
17 10 "fromType": "number",
18 11 "toType": "size",
19 12 "path": "operations/number-to-size.json"
20 13 },
21 - "number-to-number-range": {
22 - "fromType": "number",
23 - "toType": "number-range",
24 - "path": "operations/number-to-number-range.json"
25 - },
26 14 "html-to-html-v2": {
27 15 "fromType": "html",
28 16 "toType": "html-v2",
29 17 "path": "operations/html-to-html-v2.json"
@@ -31,47 +19,7 @@
31 19 "html-v2-to-html-v3": {
32 20 "fromType": "html-v2",
33 21 "toType": "html-v3",
34 22 "path": "operations/html-v2-to-html-v3.json"
35 - },
36 - "html-v3-to-escaped-html": {
37 - "fromType": "html-v3",
38 - "toType": "escaped-html",
39 - "path": "operations/html-v3-to-escaped-html.json"
40 - },
41 - "image-src-to-svg-src": {
42 - "fromType": "image-src",
43 - "toType": "svg-src",
44 - "path": "operations/image-src-to-svg-src.json"
45 - },
46 - "svg-src-to-icon": {
47 - "fromType": "svg-src",
48 - "toType": "icon",
49 - "path": "operations/svg-src-to-icon.json"
50 - },
51 - "config-to-config-v2": {
52 - "fromType": "config",
53 - "toType": "config-v2",
54 - "path": "operations/config-to-config-v2.json"
55 - },
56 - "email-to-emails": {
57 - "fromType": "email",
58 - "toType": "emails",
59 - "path": "operations/email-to-emails.json"
60 - },
61 - "string-to-font-family": {
62 - "fromType": "string",
63 - "toType": "font-family",
64 - "path": "operations/string-to-font-family.json"
65 - },
66 - "border-radius-to-border-radius-v2": {
67 - "fromType": "border-radius",
68 - "toType": "border-radius-v2",
69 - "path": "operations/border-radius-to-border-radius-v2.json"
70 - },
71 - "border-width-to-border-width-v2": {
72 - "fromType": "border-width",
73 - "toType": "border-width-v2",
74 - "path": "operations/border-width-to-border-width-v2.json"
75 23 }
76 24 }
77 25 }