| 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 |
"image-src-to-svg-src": { |
| 25 |
"fromType": "image-src", |
| 26 |
"toType": "svg-src", |
| 27 |
"path": "operations/image-src-to-svg-src.json" |
| 28 |
}, |
| 29 |
"config-to-config-v2": { |
| 30 |
"fromType": "config", |
| 31 |
"toType": "config-v2", |
| 32 |
"path": "operations/config-to-config-v2.json" |
| 33 |
} |
| 34 |
} |
| 35 |
} |
| 36 |
|