I´ve been trying for two days to either do a EditorConfigContributor via java and then via the UI under applications Client extensions a Editor Config Contributor. Ive tried a multitude of Editor Config Keys. Whatever i do, even just try to console.log from the js, it does absolutely nothing. I´ve looked at github, I´ve looked at the examples. Whatever i do I cant get anything to change with those editors.
If you anyone could have a working example, point to the right direction, anything at all to help, i would appreciate it. Thank you.
Are you looking for adding additional fonts and colors to the CK editor?
– RayChhttps://www.surekhatech.com/blog/modifying-editors-configuration-in-liferay-7-4 // Add font color and background color buttons configJSONObject.put( "toolbar", "[['Bold','Italic','Underline','Strike'],['TextColor','BGColor','Font','FontSize']]" );
– RayCh