django-cms / djangocms-frontend

django CMS frontend is a plugin bundle for django CMS providing several components for the frontend, currently implemented with the popular Bootstrap 5 framework.
Other
43 stars 20 forks source link

Add djangocms-text-ckeditor support to images #127

Closed raffael-mnhn closed 1 year ago

raffael-mnhn commented 1 year ago

Is your feature request related to a problem? Please describe. I want to embed images in ckeditor text plugins

Describe the solution you'd like add text_enabled = True to the plugins where it makes sense

Describe alternatives you've considered use djangocms-picture instead. This confuses editors.

Additional context Add any other context or screenshots about the feature request here.

fsbraun commented 1 year ago

@raffael-mnhn Thanks for the suggestion!

Can I add the idea of having a reduced form for text-embeded images for usability reasons? (Popup inside a popup is small.)

raffael-mnhn commented 1 year ago

Yeah, that probably makes sense. Although you can also maximize the CKEditor.

i-salameh95 commented 1 year ago

what about webp images ? they are still not supported.

fsbraun commented 1 year ago

@i-salameh95 This is probably a topic for django-filer. We're discussing this here at the sprint this afternoon. Have you seen these: https://github.com/django-cms/django-filer/discussions/1348 and https://github.com/django-cms/django-filer/discussions/1256 ? We'll be discussing those this afternoon here at the djangocon sprint. Please have no hesitation to add you comments!