Fehler: Fehler Ungültige Auswahl
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.
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
1 Posted by Christian Röckl on 22 Nov, 2023 09:50 AM
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
Support Staff 2 Posted by RockSolid Theme... on 22 Nov, 2023 11:11 AM
Vielen Dank für Ihre Frage.
Wir haben folgende Konfiguration getestet und damit keine Fehler feststellen können:
Bitte senden Sie uns Ihre rsce_…_config.php-Datei und einen Screenshot der Fehlermeldung damit wir den Fehler genauer untersuchen können.