adhocracy4 icon indicating copy to clipboard operation
adhocracy4 copied to clipboard

Introduce custom field for richtext fields

Open slomo opened this issue 8 years ago • 0 comments

A model field for richtext could bundle up the following settings:

  • clean non-allowed html from input, or output or both (using bleach)
  • set ck-editor as widget
  • idea: mark loaded strings as safe
  • idea: meinBerlin team is wrapping contents with a div (assigning a common) class. This is currently happening in the template. We could also do it in the ModelField itself.

slomo avatar Feb 06 '17 09:02 slomo