after an upgrade from v7.6 to v8.7 and executing the upgrade wizard every link in content and navigation has a target="_blank".
Can anybody help me?
Best regards
after an upgrade from v7.6 to v8.7 and executing the upgrade wizard every link in content and navigation has a target="_blank".
Can anybody help me?
Best regards
In your Typoscript:
config.intTarget = _self
(TYPO3 11 documentation)config.intTarget
, as _self
is the default <a>
target
attribute valueconfig.extTarget = _blank
(TYPO3 11 documentation)You can set the value of PAGE_TARGET to a empty value in TypoScript constants:
[PAGE_TARGET] =