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"