Konfiguration markocupic/contao-rsce-backend-info-image
Hallo,
hat jemand diese Erweiterung im Einsatz?
Ich finde das eine nette Idee um bei vielen Elementen eine optische Übersicht zu haben.
Komme allerdings nicht weiter, bei mir wird nichts angezeigt.
Ganz einfaches RSCE-Element:
PHP-Code:
<?php
return [
'label' => ['Überschriften', 'Zwei Überschriften - Startelement Webseite'],
'types' => ['content'],
'contentCategory' => 'texts',
'standardFields' => ['cssID'],
'backendInfoImage' => 'files/theme/rsce-info/test.jpg',
'fields' => [
'firstheadline' => [
'label' => ['Erste Überschrift', 'Geben Sie die erste Überschrift ein.'],
'inputType' => 'text',
'eval' => [
'tl_class' => 'w50',
'mandatory' => true,
],
],
'secondheadline' => [
'label' => ['Zweite Überschrift', 'Geben Sie die zweite Überschrift ein.'],
'inputType' => 'text',
'eval' => [
'tl_class' => 'w50',
'mandatory' => true,
],
],
],
];
Die config/config.yml aus der Beschreibung habe ich mal stumpf kopiert und erstellt.
Das Bild in files/theme/rsce-info/test.jpg ist vorhanden.
Prod.-Cache im CM öfter gelöscht...
Was muss ich noch machen damit das Vorschaubild im Backend angezeigt wird?
Contao 5.3.48
markocupic/contao-rsce-backend-info-image: 1.0.8
Gruß Michael