Commit 62af96fb authored by Emma Bednaříková's avatar Emma Bednaříková
Browse files

paste settings

parent ce330017
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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%',