| @@ -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", |
| @@ -16,13 +9,8 @@ | ||
| 16 | 9 | "number-to-size": { |
| 17 | 10 | "fromType": "number", |
| 18 | 11 | "toType": "size", |
| 19 | 12 | "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 | 13 | }, |
| 26 | 14 | "html-to-html-v2": { |
| 27 | 15 | "fromType": "html", |
| 28 | 16 | "toType": "html-v2", |