Open efe opened 7 years ago
Hello,
I'm trying to add h5 and h6 formatting options, but it doesn't affect the editor.
# ModelForm class Meta: model: Something widgets = { 'content': RedactorWidget(editor_options={ 'lang': 'en', 'iframe': True, 'formatting': ['p', 'blockquote', 'pre', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6']}) }
Does django_suit_redactor support formatting in editor options?
Hello,
I'm trying to add h5 and h6 formatting options, but it doesn't affect the editor.
Does django_suit_redactor support formatting in editor options?