ATS-466 : Incorporate Misc T-Engine

This commit is contained in:
Cezar.Leahu 2019-08-21 20:19:24 +03:00 committed by CezarLeahu
parent e4eb713331
commit 9c2661d13a

View File

@ -16,7 +16,7 @@
{ {
"transformerName": "html", "transformerName": "html",
"supportedSourceAndTargetList": [ "supportedSourceAndTargetList": [
{"sourceMediaType": "text/html", "targetMediaType": "text/plain"} {"sourceMediaType": "text/html", "targetMediaType": "text/plain"}
], ],
"transformOptions": [ "transformOptions": [
"htmlOptions" "htmlOptions"
@ -25,15 +25,15 @@
{ {
"transformerName": "string", "transformerName": "string",
"supportedSourceAndTargetList": [ "supportedSourceAndTargetList": [
{"sourceMediaType": "text/plain", "targetMediaType": "text/plain"}, {"sourceMediaType": "text/plain", "targetMediaType": "text/plain"},
{"sourceMediaType": "text/mediawiki", "targetMediaType": "text/plain"}, {"sourceMediaType": "text/mediawiki", "targetMediaType": "text/plain"},
{"sourceMediaType": "text/css", "targetMediaType": "text/plain"}, {"sourceMediaType": "text/css", "targetMediaType": "text/plain"},
{"sourceMediaType": "text/csv", "targetMediaType": "text/plain"}, {"sourceMediaType": "text/csv", "targetMediaType": "text/plain"},
{"sourceMediaType": "text/javascript", "targetMediaType": "text/plain"}, {"sourceMediaType": "text/javascript", "targetMediaType": "text/plain"},
{"sourceMediaType": "text/xml", "targetMediaType": "text/plain"}, {"sourceMediaType": "text/xml", "targetMediaType": "text/plain"},
{"sourceMediaType": "text/html", "targetMediaType": "text/plain"}, {"sourceMediaType": "text/html", "targetMediaType": "text/plain"},
{"sourceMediaType": "application/x-javascript", "targetMediaType": "text/plain"}, {"sourceMediaType": "application/x-javascript", "targetMediaType": "text/plain"},
{"sourceMediaType": "application/dita+xml", "targetMediaType": "text/plain"} {"sourceMediaType": "application/dita+xml", "targetMediaType": "text/plain"}
], ],
"transformOptions": [ "transformOptions": [
"stringOptions" "stringOptions"
@ -42,9 +42,9 @@
{ {
"transformerName": "appleIWorks", "transformerName": "appleIWorks",
"supportedSourceAndTargetList": [ "supportedSourceAndTargetList": [
{"sourceMediaType": "application/vnd.apple.keynote", "targetMediaType": "image/jpeg"}, {"sourceMediaType": "application/vnd.apple.keynote", "targetMediaType": "image/jpeg"},
{"sourceMediaType": "application/vnd.apple.numbers", "targetMediaType": "image/jpeg"}, {"sourceMediaType": "application/vnd.apple.numbers", "targetMediaType": "image/jpeg"},
{"sourceMediaType": "application/vnd.apple.pages", "targetMediaType": "image/jpeg"} {"sourceMediaType": "application/vnd.apple.pages", "targetMediaType": "image/jpeg"}
], ],
"transformOptions": [ "transformOptions": [
] ]
@ -52,10 +52,10 @@
{ {
"transformerName": "textToPdf", "transformerName": "textToPdf",
"supportedSourceAndTargetList": [ "supportedSourceAndTargetList": [
{"sourceMediaType": "text/plain", "targetMediaType": "application/pdf"}, {"sourceMediaType": "text/plain", "targetMediaType": "application/pdf"},
{"sourceMediaType": "text/csv", "targetMediaType": "application/pdf"}, {"sourceMediaType": "text/csv", "targetMediaType": "application/pdf"},
{"sourceMediaType": "application/dita+xml", "targetMediaType": "application/pdf"}, {"sourceMediaType": "application/dita+xml", "targetMediaType": "application/pdf"},
{"sourceMediaType": "text/xml", "targetMediaType": "application/pdf"} {"sourceMediaType": "text/xml", "targetMediaType": "application/pdf"}
], ],
"transformOptions": [ "transformOptions": [
"textToPdfOptions" "textToPdfOptions"