manifest.json
26 lines
| 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 | } |
| 25 | } |
| 26 |