[TYPO3-german] Typo3 10.4.2 Verwendung von html constants

Thomas Utke thomas.utke at web.de
Wed May 13 12:10:15 CEST 2020


Hallo Typo3ler,

was in Typo3 9.5 ohne Probleme funktionierte und in Typo3 10.4
offensichtlich nicht,
ist die Verwendung von html in costants.
https://docs.typo3.org/m/typo3/reference-typoscript/10.4/en-us/Functions/Parsefunc.html#parsefunc

Wenn ich folgendes setup verwende:

constants.DOMAIN = <a href="meinedomain.de">Meine Domain</a>
constants       = 1

wird ###DOMAIN### im RTE zwar ersetzt aber der Link wird entfernt.

Weiß jemand, wie das zu lösen ist oder wo genau ich suchen kann?

Gruß Thomas

Versucht habe ich beispielsweise schon das hier:

lib.parseFunc_RTE.tags.link = TEXT
lib.parseFunc_RTE.tags.link {
   current = 1
   typolink {
     parameter {
       data = parameters : allParams
     }
     extTarget = _blank
   }
   parseFunc.constants = 1
}

Ohne Erfolg



More information about the TYPO3-german mailing list