ISTWCMS-7266: Refactor link handling logic in UwCblLinks block.
Replaced redundant base path handling with streamlined logic for link cleaning and title overrides. Introduced new parameters to cleanUpLink()
for better flexibility and removed unused prepareLink()
method. This improves code readability while maintaining functionality.