django-cms / djangocms-bootstrap4

django CMS Bootstrap 4 is a plugin bundle for django CMS providing several components from the popular Bootstrap 4 framework.
https://www.django-cms.org/
Other
82 stars 58 forks source link

Text enabled plugins __str__ #29

Closed vxsx closed 6 years ago

vxsx commented 6 years ago

We need to make sure that the str of text enabled plugins (such as code for example) do not contain html tags, cause it breaks them inside ckeditor https://github.com/divio/djangocms-text-ckeditor/issues/454

FinalAngel commented 6 years ago

all text_enabled plugins are only returning their PK's return str(self.pk)