From 376802fd699a37034f75a03c4319c2cc1d1dc349 Mon Sep 17 00:00:00 2001 From: Amy Ross <98176181+Amy-Hyland@users.noreply.github.com> Date: Thu, 30 Mar 2023 16:11:35 -0400 Subject: [PATCH] Update content-services/7.2/develop/repo-ext-points/content-transformers-renditions.md This is a great edit of the provided documentation I copied from the public docs for acs-packaging https://github.com/Alfresco/acs-packaging/blob/master/docs/custom-transforms-and-renditions.md?plain=1 Co-authored-by: Oliver Stanley <35293859+oliveralfresco2018@users.noreply.github.com> --- .../develop/repo-ext-points/content-transformers-renditions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content-services/7.2/develop/repo-ext-points/content-transformers-renditions.md b/content-services/7.2/develop/repo-ext-points/content-transformers-renditions.md index 1b669a2de4..9170a930b5 100644 --- a/content-services/7.2/develop/repo-ext-points/content-transformers-renditions.md +++ b/content-services/7.2/develop/repo-ext-points/content-transformers-renditions.md @@ -296,7 +296,7 @@ So far we have talked about defining pipelines and failover transforms in the Re Generally it is better to add them to T-Engines to avoid having to add an identical entry to both the Repository and ATS Router pipeline files. -Since Alfresco Transform Core 3.0.0, config files with additional pipelines or overrides can be provided directly to a T-Engine image through additional config files (which may be resources on the classpath or external files) that are specified with Spring Boot properties such as `transform.config.file.` or environment variables like `TRANSFORM_CONFIG_FILE_`. In case of issues with changing configuration of transform-core-aio T-Engine such approach may be necessary. +Since Alfresco Transform Core 3.0.0, config files with additional pipelines or overrides can be provided directly to a T-Engine image through additional config files (which may be resources on the classpath or external files) that are specified with Spring Boot properties such as `transform.config.file.` or environment variables like `TRANSFORM_CONFIG_FILE_`. You can use this approach if you have issues with changing the configuration of the transform-core-aio T-Engine. #### Modifying existing configuration