Open
Description
I tried setting the widget attributes field but didn't work
@admin.register(Us)
class UsAdmin(SingletonModelAdmin, SummernoteModelAdmin):
class Meta:
model = Us
widgets = {
"text": SummernoteWidget(
attrs={
"summernote": {
"toolbar": [
["style", ["style"]],
["font", ["bold", "italic", "underline", "clear"]],
["para", ["ul", "ol", "paragraph"]],
["insert", ["link", "picture"]],
["view", ["fullscreen", "codeview", "help"]],
],
}
}
),
}
Metadata
Metadata
Assignees
Labels
No labels