- Issue created by @sachbearbeiter
I use the module to store HTML text as Twig partial and insert it into blocks. Very handy! However, the text breaks are evaluated in the editor and I get additional
etc. Perhaps you could offer an option to prevent this. Unfortunately, I don't know what the most practical technical solution for this would be. Optionally, call
preg_replace(“/>\s+</”, “><”, $html);
before delivery? Just an idea.
Active
3.0
Code