Skip to content

Commit

Permalink
Update settings for links
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdijk committed Mar 8, 2024
1 parent 08b01f3 commit aef3e6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/templates/admin/events/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@ <h4 class="dropdown-header">Select a template</h4>
['table'],
['fullscreen']
],
minimalLinks: false,
defaultLinkTarget: '_blank',
linkTargets: ['_blank', '_self'],
urlProtocol: true,
});
description_trumbowyg.trumbowyg('html', description_textarea.val());
description_trumbowyg.on('tbwchange', function(){ description_textarea.val(description_trumbowyg.trumbowyg('html')) })
Expand Down

0 comments on commit aef3e6e

Please sign in to comment.