| @@ -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" |
| @@ -41,17 +29,7 @@ | ||
| 41 | 29 | "config-to-config-v2": { |
| 42 | 30 | "fromType": "config", |
| 43 | 31 | "toType": "config-v2", |
| 44 | 32 | "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 | 33 | } |
| 56 | 34 | } |
| 57 | 35 | } |