Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
remove duplicated plugins option
Browse files Browse the repository at this point in the history
  • Loading branch information
Qoraiche committed May 18, 2019
1 parent cac12ee commit 01fbc05
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion resources/views/sections/create-template.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ function setTableComponent(editor) {
menubar : false,
visual: false,
height:600,
plugins: "legacyoutput",
inline_styles : true,
plugins: [
"advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker",
Expand Down
1 change: 0 additions & 1 deletion resources/views/sections/edit-mailable-template.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ function viewMarkdownParser(plainText){
menubar : false,
visual: false,
height:560,
plugins: "legacyoutput",
inline_styles : true,
plugins: [
"advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker",
Expand Down
1 change: 0 additions & 1 deletion resources/views/sections/edit-template.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ function setTableComponent(editor) {
menubar : false,
visual: false,
height:600,
plugins: "legacyoutput",
inline_styles : true,
plugins: [
"advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker",
Expand Down

0 comments on commit 01fbc05

Please sign in to comment.