Fehler: Fehler Ungültige Auswahl

Christian Röckl's Avatar

Christian Röckl

22 Nov, 2023 07:27 AM

Produkt: Custom Elements Contao
Contao-Version: 4.13.34

In allen Selbsterstellen Custom Elements wird nun bei Aufruf eines Elementtyps bei der Überschrift sofort ungültige Auswahl rot angezeigt. Beispiel in der config:
array(
'inputType' => 'group',
'label' => array('Inhalt-Text', ''),
),
'headline' => array(
'inputType' => 'standardField',
'options' => array('h3', 'h4'),
'eval' => array('tl_class' => ','),
),
        'text' => array(
'label' => array('Text', 'Beschreibung'),
'eval' => array('rte' => 'tinyMCE'),
'inputType' => 'textarea',
),
Woran liegt das? Bei einem anderen Modul bei dem es kein 'inputType' => 'group', gibt habe ich den Fehler nicht. Ich sehe da aber keinen Zusammenhang.

  1. 1 Posted by Christian Röckl on 22 Nov, 2023 09:50 AM

    Christian Röckl's Avatar

    Hallo,

    habe das Problem gefunden, aber wie kann ich dann die Auswahl der
    HTML-Tags (h1 bis H*) einschränken?
    Wenn ich die Zeile entferne, kommt die Meldung nicht mehr. 'options' =>

    Grüße
    Christian

  2. Support Staff 2 Posted by RockSolid Theme... on 22 Nov, 2023 11:11 AM

    RockSolid Themes's Avatar

    Vielen Dank für Ihre Frage.

    Wir haben folgende Konfiguration getestet und damit keine Fehler feststellen können:

    'headline' => array(
        'inputType' => 'standardField',
        'options' => array('h3', 'h4'),
        'eval' => array('tl_class' => ','),
    ),
    

    Bitte senden Sie uns Ihre rsce_…_config.php-Datei und einen Screenshot der Fehlermeldung damit wir den Fehler genauer untersuchen können.

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