Fehler: HTML in Überschriften erlauben
Produkt: Oneo Contao
Contao-Version: 5.1.11
Browser und Browserversionen: alle
Hallo lieber Support,
ich verwende unter Contao 5.1.11 u.a. die Oneo: Boxen (rsce_oneo_boxes). In die Überschrift möchte ich einen <span> einfügen. Dazu muss HTML in der Überschrift erlaubt werden.
Folgendes habe ich schon ohne Erfolg probiert (Den Anwendungs-Cache habe ich erneuert):
/contao/dca/tl_content.php
$GLOBALS['TL_DCA']['tl_content']['fields']['headline']['eval']['allowHtml'] = true;
---------------
templates/oneo/rsce_oneo_boxes_config.php
'headline' => array(
'label' => array(
'en' => array('Headline', ''),
'de' => array('Überschrift', ''),
),
'inputType' => 'text',
'eval' => array('tl_class' => 'w50', 'allowHtml' => true),
),
Leider funktioniert das nicht. Der HTML-Code wird als Text angezeigt.
Im Contao Core Inhaltselement "Überschrift" funktioniert es. Den entsprechenden Code habe ich im twig Template:
templates/content_element/headline.html.twig
auch eingefügt
Herzlichen Dank für Ihre Hilfe.
Uta
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by RockSolid Theme... on 15 Nov, 2023 08:26 AM
Vielen Dank für Ihre Frage.
Haben Sie das Element nach der Änderung der Konfiguration erneut gespeichert und zuvor den Cache über den Contao-Manager erneut aufgebaut?
2 Posted by Uta Dittrich - ... on 15 Nov, 2023 09:59 AM
Vielen Dank für Ihre schnelle Antwort.
Ja, ich habe sowohl die Konfigurationsdatei gespeichert und ebenso den Cache über den Contao-Manager erneut aufgebaut.
Support Staff 3 Posted by RockSolid Theme... on 15 Nov, 2023 10:13 AM
Nachdem Sie den Cache neu aufgebaut haben, müssen Sie im Backend noch das betroffene Inhaltselement bearbeiten und einmal auf „Speichern“ klicken.
Das ist nötig, da die
allowHtml
-Einstellung nur beim Speichern des Inhaltselements im Backend eine Auswirkung hat.4 Posted by Uta Dittrich - ... on 15 Nov, 2023 11:11 AM
Super!!!! Vielen Dank – das wars. Ich hatte das Inhaltselement nicht nochmal gespeichert.
Jetzt wird meine Änderung angezeigt.
Ich bin Happy – vielen Dank für Ihre Unterstützung.
Uta