Loading src/demo/ts/Demo.ts +5 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,11 @@ tinymce.init({ "@import url('https://fonts.googleapis.com/css2?family=Varta&display=swap'); body { font-family: Varta; }; ", plugins: 'code plinkorektor paste', paste_as_text: true, forced_root_block: 'p', // default block element is <p> force_br_newlines: false, force_p_newlines: true, paste_block_drop: false, // prevents flattening blocks paste_data_images: false, resize: false, width: '100%', height: '100%', Loading Loading
src/demo/ts/Demo.ts +5 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,11 @@ tinymce.init({ "@import url('https://fonts.googleapis.com/css2?family=Varta&display=swap'); body { font-family: Varta; }; ", plugins: 'code plinkorektor paste', paste_as_text: true, forced_root_block: 'p', // default block element is <p> force_br_newlines: false, force_p_newlines: true, paste_block_drop: false, // prevents flattening blocks paste_data_images: false, resize: false, width: '100%', height: '100%', Loading