quill.fields
Classes
A textfield using the quill editor and with integrated sanitation. |
Module Contents
- class quill.fields.QuillField(*, tags: Sequence[str] | None = None, **kwargs: Any)[source]
Bases:
wtforms.fields.TextAreaField
A textfield using the quill editor and with integrated sanitation.
Allows to specifiy which tags to use in the editor and for sanitation. Available tags are: strong, em, ol and ul (p and br tags are always possible).