Skip to content

Commit

Permalink
Merge pull request #496 from MauroDataMapper/feature/gh-465
Browse files Browse the repository at this point in the history
#465 Add external link option to Jodit editor
  • Loading branch information
jamesrwelch authored Apr 3, 2022
2 parents ad10899 + 32e57d6 commit cb1cb21
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app/utility/html-editor/html-editor.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,12 @@ export class HtmlEditorComponent implements OnInit {
'paragraph',
'|',
'table',
'link',
{
name: 'linktoelement',
text: 'Link to Element',
tooltip: 'Add link to element',
icon: 'link',
text: 'Link to Catalogue Item',
tooltip: 'Add link to catalogue item',
icon: 'attachment',
exec: (editor: any) => this.onAddElementLink(this, editor)
},
'|',
Expand Down

0 comments on commit cb1cb21

Please sign in to comment.