Skip to content

Commit

Permalink
Merge pull request #5 from Fliplet/bug/PS-428-missing-link
Browse files Browse the repository at this point in the history
PS-428 added support for link
  • Loading branch information
inna-bieshulia authored Nov 15, 2024
2 parents e5a68ac + b95b0ea commit 9253450
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ tinymce.init({
selector: '#appInfo',
plugins: [
'lists advlist image charmap hr code',
'searchreplace wordcount insertdatetime table textcolor colorpicker'
'searchreplace wordcount insertdatetime table textcolor colorpicker',
'link'
],
toolbar: [
'formatselect |',
'bold italic underline strikethrough |',
'forecolor backcolor |',
'alignleft aligncenter alignright alignjustify | bullist numlist outdent indent |',
'blockquote subscript superscript | table insertdatetime charmap hr |',
'removeformat | code'
'link | removeformat | code'
].join(' '),
menubar: false,
statusbar: false,
Expand Down

0 comments on commit 9253450

Please sign in to comment.