Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No bodytext for Carousel Items and Rich Text Editor for bodytext #23

Closed
klodeckl opened this issue Jul 2, 2014 · 3 comments
Closed

Comments

@klodeckl
Copy link

klodeckl commented Jul 2, 2014

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[]'

@benjaminkott
Copy link
Owner

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.

@klodeckl
Copy link
Author

What do you mean, there is no teaser field? How about RTE for Carousel Items?

@benjaminkott
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants