Changes to text editor
Hi all,
We just had an update to our client console and the webview2 has been added. We are now on version

(Adobe campaign classic v7)
Since this update when we use the text editor it adds HTML code instantly. But in a lot of instances we don't want the code to be added. For example we make use of the personalization blocks and before the update the code would look like this:

<p>This is an test</p>After the update this happens:

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>This is an test</p>
</body>
</html>
Is there a way to stop it from adding this code to the text?
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>Hope you can help me out!
