TinyMCE linebreak auf Standard geändert. <li> Elemente sonst falsch

This commit is contained in:
aschwarz 2023-04-28 11:28:57 +02:00
parent 717fa932c2
commit 96d71b3061

View File

@ -175,7 +175,7 @@
<script> <script>
tinymce.init({ tinymce.init({
selector: 'textarea#content', selector: 'textarea#content',
newline_behavior: 'linebreak', //newline_behavior: 'linebreak',
height: 200, height: 200,
// skin: 'bootstrap', // skin: 'bootstrap',
plugins: 'lists, link', plugins: 'lists, link',