Remove suspensive points in Translation Menu

Hi guys,

I am working with Bloomreach version 12.6.8 and I have the requirement to remove the suspensive dots on the Translation Menu. Does someone knows if this is achievable?

I will attach a screenshot for more clarity on the requirement.

Translation Menu

Best regards,
Razvan Adam

Hi,
These dots are hardcoded in class org.hippoecm.frontend.translation.workflow.TranslationWorkflowPlugin which is configured at /hippo:configuration/hippo:workflows/translation/default/frontend:renderer. But it’s not written to be extended, so it would need a fork/rewrite in Java, with Wicket.
HTH
Jeroen

Thanks for the response Jeroen. I’ve rewrite the TranslationWorkflowPlugin Class and removed the hardcoded dots which gave me the expected result.