Skip to content

Commit aaf426f

Browse files
committed
Toolbar configuration
1 parent 0a2af36 commit aaf426f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

feincms/templates/admin/content/richtext/init_tinymce7.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
tinymce.init({
1111
selector: `#${field.id}`,
1212
menubar: false,
13+
statusbar: false,
14+
plugins: "anchor autoresize link",
15+
autoresize_bottom_margin: 20,
16+
toolbar: "styles | bold italic sub sup | bullist numlist | anchor link unlink",
1317
})
1418
field.dataset.initialized = true
1519
}

0 commit comments

Comments
 (0)