<div class="tomorrow"
data-location-id="067285,067285,067285,067285,067285,067285"
data-language="EN"
data-unit-system="METRIC"
data-skin="light"
data-widget-type="aqi6"
style="padding-bottom:22px;position:relative;"
>
</div>
after insertion this tag becomes
<div style="padding-bottom:22px;position:relative;" class="tomorrow"></div>
is there a way to make that so editor keeps any tags on html elements on insert, because i can't predict user input i want to allow any tags on html elements(allowing specific tags won't work here), i know that this is not secure, but only selected users will have access so this is ok for me, could you please provide a code example where Editor keeps all of the custom tags on insert?