From 9c2661d13a9e97128944a67829265c157f7938f1 Mon Sep 17 00:00:00 2001 From: "Cezar.Leahu" Date: Wed, 21 Aug 2019 20:19:24 +0300 Subject: [PATCH] ATS-466 : Incorporate Misc T-Engine --- .../src/main/resources/engine_config.json | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/alfresco-docker-transform-misc/src/main/resources/engine_config.json b/alfresco-docker-transform-misc/src/main/resources/engine_config.json index 423d6a6a..a12997d2 100644 --- a/alfresco-docker-transform-misc/src/main/resources/engine_config.json +++ b/alfresco-docker-transform-misc/src/main/resources/engine_config.json @@ -16,7 +16,7 @@ { "transformerName": "html", "supportedSourceAndTargetList": [ - {"sourceMediaType": "text/html", "targetMediaType": "text/plain"} + {"sourceMediaType": "text/html", "targetMediaType": "text/plain"} ], "transformOptions": [ "htmlOptions" @@ -25,15 +25,15 @@ { "transformerName": "string", "supportedSourceAndTargetList": [ - {"sourceMediaType": "text/plain", "targetMediaType": "text/plain"}, - {"sourceMediaType": "text/mediawiki", "targetMediaType": "text/plain"}, - {"sourceMediaType": "text/css", "targetMediaType": "text/plain"}, - {"sourceMediaType": "text/csv", "targetMediaType": "text/plain"}, - {"sourceMediaType": "text/javascript", "targetMediaType": "text/plain"}, - {"sourceMediaType": "text/xml", "targetMediaType": "text/plain"}, - {"sourceMediaType": "text/html", "targetMediaType": "text/plain"}, - {"sourceMediaType": "application/x-javascript", "targetMediaType": "text/plain"}, - {"sourceMediaType": "application/dita+xml", "targetMediaType": "text/plain"} + {"sourceMediaType": "text/plain", "targetMediaType": "text/plain"}, + {"sourceMediaType": "text/mediawiki", "targetMediaType": "text/plain"}, + {"sourceMediaType": "text/css", "targetMediaType": "text/plain"}, + {"sourceMediaType": "text/csv", "targetMediaType": "text/plain"}, + {"sourceMediaType": "text/javascript", "targetMediaType": "text/plain"}, + {"sourceMediaType": "text/xml", "targetMediaType": "text/plain"}, + {"sourceMediaType": "text/html", "targetMediaType": "text/plain"}, + {"sourceMediaType": "application/x-javascript", "targetMediaType": "text/plain"}, + {"sourceMediaType": "application/dita+xml", "targetMediaType": "text/plain"} ], "transformOptions": [ "stringOptions" @@ -42,9 +42,9 @@ { "transformerName": "appleIWorks", "supportedSourceAndTargetList": [ - {"sourceMediaType": "application/vnd.apple.keynote", "targetMediaType": "image/jpeg"}, - {"sourceMediaType": "application/vnd.apple.numbers", "targetMediaType": "image/jpeg"}, - {"sourceMediaType": "application/vnd.apple.pages", "targetMediaType": "image/jpeg"} + {"sourceMediaType": "application/vnd.apple.keynote", "targetMediaType": "image/jpeg"}, + {"sourceMediaType": "application/vnd.apple.numbers", "targetMediaType": "image/jpeg"}, + {"sourceMediaType": "application/vnd.apple.pages", "targetMediaType": "image/jpeg"} ], "transformOptions": [ ] @@ -52,10 +52,10 @@ { "transformerName": "textToPdf", "supportedSourceAndTargetList": [ - {"sourceMediaType": "text/plain", "targetMediaType": "application/pdf"}, - {"sourceMediaType": "text/csv", "targetMediaType": "application/pdf"}, - {"sourceMediaType": "application/dita+xml", "targetMediaType": "application/pdf"}, - {"sourceMediaType": "text/xml", "targetMediaType": "application/pdf"} + {"sourceMediaType": "text/plain", "targetMediaType": "application/pdf"}, + {"sourceMediaType": "text/csv", "targetMediaType": "application/pdf"}, + {"sourceMediaType": "application/dita+xml", "targetMediaType": "application/pdf"}, + {"sourceMediaType": "text/xml", "targetMediaType": "application/pdf"} ], "transformOptions": [ "textToPdfOptions"