Your software
My Mautic version is: 4.0.0
My PHP version is: 7.4.3
My Database type and version is: MariaDB 10.3
How can I disable the editor in Code Mode?
I want it to send the RAW HTML I paste instead of changing it.
Whenever I paste HTML in Code Mode, the editor convert the inline styles to id="......."
and this is breaking the email layout in Gmail.
eg.
<div class="sold-today" style="box-sizing: border-box; font-weight: bold; color: #B81907; margin-bottom: 12px;">🔥 While Stocks Last</div>
become
<div class=sold-today id="iggmrl">🔥 While Stocks Last</div>
Thanks