Hi, guys.
I have activated the next tinyMCE feature in my Umbraco project:
<command> <umbracoAlias>mceFontSizeumbracoAlias> <icon>images/editor/fontSize.pngicon> <tinyMceCommand value="" userInterface="false" frontendCommand="fontsizeselect">fontsizeselecttinyMceCommand> <priority>16priority> command>
How to configure "fontsize_formats" command for this now?
I've tryed this:
<customConfig> <config key="entity_encoding">rawconfig> <config key="spellchecker_rpc_url">GoogleSpellChecker.ashxconfig> <config key="fontsize_formats">8config> customConfig>
and this:
<config key="fontsize_formats">8ptconfig>
<config key="fontsize_formats">"8pt"config>
But none of them seem to work.
Any clues on this one?
Here's reference for actual tinyMCE configuration: http://www.tinymce.com/wiki.php/Configuration:fontsize_formats
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/46163-custom-fontsize_formats-for-fontsizeselect-in-tinymce