Skip to content

Commit

Permalink
added link functionality to tinymce
Browse files Browse the repository at this point in the history
  • Loading branch information
cstarcher committed Jun 22, 2024
1 parent 0733851 commit 6b46c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/app/directives/lockingTextAreaDirective.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ vireo.directive("lockingtextarea", function ($timeout) {
save();
});
},
toolbar1: "formatselect bold italic underline | bullist numlist undo redo",
toolbar1: "formatselect bold italic underline | bullist numlist undo redo | link unlink",
theme: "silver",
plugins: "autoresize",
plugins: "autoresize link autolink",
menubar: false,
statusbar: false,
image_advtab: true,
Expand Down

0 comments on commit 6b46c4a

Please sign in to comment.