TYPO3 remove link title
Jump to navigation
Jump to search
TYPO3 gives a default link title like Opens internal link in current window, which nobody really needs.
To get rid of that text or to define it by yourself enter the following TypeScript within the page TSconfig of the root page:
RTE.classesAnchor {
externalLink.titleText >
externalLink.altText >
internalLink.titleText >
internalLink.altText >
}