Sling ReWriter Pipelines - TransformerFactory not chaining in Multi-Tenant Setup Hi All,We have multi-tenant setup with each tenant site having its own sling rewriter configuration under /config/rewriter folders. Our setup is as described below.site1/config/rewriternode properties as{"jcr:primaryType": "sling:Folder","jcr:createdBy": "admin","enabled": true,"serializerType": "htmlwriter","transformerTypes": ["site1extlink","linkchecker","versioned-clientlibs"],"order": 3,"paths": ["/content/site1/en"],"contentTypes": ["text/html"],"resourceTypes": ["site1/components/structure/pagestructure1","site1/components/structure/pagestructure2"],"generatorType": "htmlparser"}Configuration for Site 2 as belowsite2/config/rewriternode properties as{"jcr:primaryType": "sling:Folder","jcr:createdBy": "admin","enabled": true,"serializerType": "htmlwriter","transformerTypes": ["site2extlink","linkchecker","versioned-clientlibs"],"order": 1,"contentTypes": ["text/html"],"generatorType": "htmlparser"}The issue is only the "site2extlink" configured TranformerFactory implementati