+ group1Html += '<div class="row"><div class="col-md-12"><p class="help-block" style="margin-top:-5px;">' + (i18n.entity_encoding_help || '<strong>Entity Encoding – Empfehlung: <code>raw</code>.</strong> Bei UTF-8 (Standard in REDAXO) bleiben Umlaute, € und Symbole als echte Zeichen erhalten. <code>named</code> wandelt sie in HTML-Entities um (<code>&auml;</code>), <code>numeric</code> in numerische Codes (<code>&#228;</code>) – nur nötig für Legacy-Pipelines ohne UTF-8 (z. B. ASCII-Mailversand). Details: <a href="https://www.tiny.cloud/docs/tinymce/latest/content-filtering/#entity_encoding" target="_blank" rel="noopener noreferrer">TinyMCE-Doku</a>.') + '</p></div></div>';
0 commit comments