This task describes how to customize content
transformations.
- Download the content-services-context.xml file:
- Paste this file into the <extension> directory.
-
Open the file.
Transformers start below the comment:
<!-- Content Transformations -->
-
Locate the bean containing a transformer that is most similar to the transformer that
you want to add.
(It is unlikely that you would want to modify an existing transformer.)
- Delete every pair of <bean> </bean> tags except the pair containing the similar transformer.
- Rename and modify the bean.
-
Save the file.
If you save the file in the <extension> directory, the filename must end with ‑context.xml.