You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TinyMCE should have fontsize selector menu. This can be done in TinyMCE init.
tinymce.init({selector: 'textarea',// change this value according to your HTMLtoolbar: 'fontsizeselect',fontsize_formats: '8pt 10pt 12pt 14pt 18pt 24pt 36pt'});
The issue that caused the need for this setting was fixed using formats>blocks setting. The editor working with the software wasn't aware she had one page on formats>blocks>div and another on formats>blocks>paragraph.
This issue could still be completed, since it would undoubtedly be useful, however it is now on hold.
I think it might be best to leave this disabled, since it will help decrease fragmentation in formatting. If we enable it, it may cause further confusion over font sizes, and make it harder to have uniform font size all thoughout the application.
TinyMCE should have fontsize selector menu. This can be done in TinyMCE init.
https://www.tinymce.com/docs/configure/content-formatting/ under fontsize_formats
The text was updated successfully, but these errors were encountered: