Skip to content
Snippets Groups Projects
Commit d48d1f98 authored by rhenck's avatar rhenck
Browse files

[editor] Add 16pt as available font size in text editor

parent 8ff9fe14
No related branches found
No related tags found
No related merge requests found
...@@ -115,6 +115,7 @@ export class MultilineTextEditDialog { ...@@ -115,6 +115,7 @@ export class MultilineTextEditDialog {
menubar: false, menubar: false,
statusbar: false, statusbar: false,
paste_as_text: true, paste_as_text: true,
fontsize_formats: '8pt 10pt 12pt 14pt 16pt 18pt 24pt 36pt',
plugins: [ plugins: [
'charmap paste lists' 'charmap paste lists'
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment