| @@ -32,12 +32,22 @@ | ||
| 32 | 32 | "fromType": "html-v2", |
| 33 | 33 | "toType": "html-v3", |
| 34 | 34 | "path": "operations/html-v2-to-html-v3.json" |
| 35 | 35 | }, |
| 36 | + "html-v3-to-escaped-html": { | |
| 37 | + "fromType": "html-v3", | |
| 38 | + "toType": "escaped-html", | |
| 39 | + "path": "operations/html-v3-to-escaped-html.json" | |
| 40 | + }, | |
| 36 | 41 | "image-src-to-svg-src": { |
| 37 | 42 | "fromType": "image-src", |
| 38 | 43 | "toType": "svg-src", |
| 39 | 44 | "path": "operations/image-src-to-svg-src.json" |
| 45 | + }, | |
| 46 | + "svg-src-to-icon": { | |
| 47 | + "fromType": "svg-src", | |
| 48 | + "toType": "icon", | |
| 49 | + "path": "operations/svg-src-to-icon.json" | |
| 40 | 50 | }, |
| 41 | 51 | "config-to-config-v2": { |
| 42 | 52 | "fromType": "config", |
| 43 | 53 | "toType": "config-v2", |