Hello.
Im currently trying out the plugins available for the rich text editor.
And im struggling to find a way to configure things like the displayed fontsizes or adding premium plugins (if posible at all)
This is my current initialization javascript function attempting to change the settings.
function (options){
options.editorOptions.fontSize.fontSizeConfig = {
options: [ 9, 10, 11, 12, 13, 14, 15 ],
supportAllValues: true
};
return options;
}