We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 42652
    • 7 Posts
    Hi There,
    I try to config tinymcerte not to convert into entities. I want my german umlauts: öäü not to be changed.
    I tried the config-File method in System/tinymcerte/ key tinymcerte.external_config
    It would be great not getting & converted too.
    My config-File is ignored:
    tinymce.init({
        selector: 'textarea'
        encoding: 'xml'
        entity_encoding : 'raw',
        forced_root_block : false,
    })

    Anyone a clue?
      • 13428 ☆ A M B ☆
      • 1,031 Posts
      This should be solved with this change: https://github.com/modxcms/tinymce-rte/pull/76