How to Update the Default EMail Editor?

That's true, ckeditor is pretty rooted in the app BUT there are hooks in all the places to disconnect it and connect other one.
 
I have extended the built-in editor by the current (v4.1.3) version of ContentBuilder,js for a customer. It has features (configuration by JSON files) to define templates on a customer’s basis. It includes an updated elFinder (v2.1.57) too.
  • Default template for every user
  • Custom templates per client
  • Allows individual setup of external fonts and css
  • Option to setup a fixed header and footer section (not editable by customer)
  • Optimized wrapping of the final template to handle problems in combination with Outlook, like CSS and fontFamily fallback
  • Every template block can be named as required by the customer
    Bildschirmfoto 2020-11-27 um 08.38.59.png
  • Template blocks can be disabled
 
Back
Top