You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bodytext field for carousel item Text and Image is not shown in the backend. In Configuration/TCA/CarouselItem.php, line 48 should be:
bodytext,image,
(bodytext is missing)
And I think a Rich Text editor for bodytext should be there (in most cases), to do so, add in Configuration/TCA/CarouselItem.php:
after line 248 new line with: 'defaultExtras' => 'richtext[]'
and in Configuration/TCA/AccordionItem.php:
after line 156 new line with: 'defaultExtras' => 'richtext[]'
The text was updated successfully, but these errors were encountered:
Hey @klodeckl, thx for the report - ive added the missing field and enabled the rte for the accordion. Enabling the rte for the teaser will probably cause problems so i will leave it as it is.
Hey @klodeckl, the problem is that you are able to se a link above the whole carousel item. If i would allow the rte in the carousel item the user could produce invalid html.
The bodytext field for carousel item Text and Image is not shown in the backend. In Configuration/TCA/CarouselItem.php, line 48 should be:
bodytext,image,
(bodytext is missing)
And I think a Rich Text editor for bodytext should be there (in most cases), to do so, add in Configuration/TCA/CarouselItem.php:
after line 248 new line with: 'defaultExtras' => 'richtext[]'
and in Configuration/TCA/AccordionItem.php:
after line 156 new line with: 'defaultExtras' => 'richtext[]'
The text was updated successfully, but these errors were encountered: