PluginProbe
Elementor Website Builder – more than just a page builder / 3.35.8
Elementor Website Builder – more than just a page builder v3.35.8
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
← All changes | migrations/manifest.json +1 -48 4.2.0-beta13.35.8 View file →
@@ -1,57 +1,10 @@
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",
14 7 "path": "operations/string-to-html.json"
15 - },
16 - "number-to-size": {
17 - "fromType": "number",
18 - "toType": "size",
19 - "path": "operations/number-to-size.json"
20 - },
21 - "number-to-number-range": {
22 - "fromType": "number",
23 - "toType": "number-range",
24 - "path": "operations/number-to-number-range.json"
25 - },
26 - "html-to-html-v2": {
27 - "fromType": "html",
28 - "toType": "html-v2",
29 - "path": "operations/html-to-html-v2.json"
30 - },
31 - "html-v2-to-html-v3": {
32 - "fromType": "html-v2",
33 - "toType": "html-v3",
34 - "path": "operations/html-v2-to-html-v3.json"
35 - },
36 - "image-src-to-svg-src": {
37 - "fromType": "image-src",
38 - "toType": "svg-src",
39 - "path": "operations/image-src-to-svg-src.json"
40 - },
41 - "config-to-config-v2": {
42 - "fromType": "config",
43 - "toType": "config-v2",
44 - "path": "operations/config-to-config-v2.json"
45 - },
46 - "email-to-emails": {
47 - "fromType": "email",
48 - "toType": "emails",
49 - "path": "operations/email-to-emails.json"
50 - },
51 - "string-to-font-family": {
52 - "fromType": "string",
53 - "toType": "font-family",
54 - "path": "operations/string-to-font-family.json"
55 8 }
56 9 }
57 10 }