Fehler: HTML in Überschriften erlauben

Uta's Avatar

Uta

14 Nov, 2023 09:44 AM

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

  1. Support Staff 1 Posted by RockSolid Theme... on 15 Nov, 2023 08:26 AM

    RockSolid Themes's Avatar

    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. 2 Posted by Uta Dittrich - ... on 15 Nov, 2023 09:59 AM

    Uta Dittrich - Webnetart's Avatar

    Vielen Dank für Ihre schnelle Antwort.

    Ja, ich habe sowohl die Konfigurationsdatei gespeichert und ebenso den Cache über den Contao-Manager erneut aufgebaut.

  3. Support Staff 3 Posted by RockSolid Theme... on 15 Nov, 2023 10:13 AM

    RockSolid Themes's Avatar

    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. 4 Posted by Uta Dittrich - ... on 15 Nov, 2023 11:11 AM

    Uta Dittrich - Webnetart's Avatar

    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

Reply to this discussion

Internal reply

Formatting help / Preview (switch to plain text) No formatting (switch to Markdown)

Attaching KB article:

»

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

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