diff --git a/docs/src/content/docs/menu.md b/docs/src/content/docs/menu.md index 2d757f49..63e5932f 100644 --- a/docs/src/content/docs/menu.md +++ b/docs/src/content/docs/menu.md @@ -24,6 +24,8 @@ export class AppComponent implements OnInit, OnDestroy { ['ordered_list', 'bullet_list'], [{ heading: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'] }], ['link', 'image'], + // or, set options for link: + //[{ link: { showOpenInNewTab: false } }, 'image'], ['text_color', 'background_color'], ['align_left', 'align_center', 'align_right', 'align_justify'], ['horizontal_rule', 'format_clear'], diff --git a/projects/ngx-editor/src/lib/modules/menu/link/link.component.html b/projects/ngx-editor/src/lib/modules/menu/link/link.component.html index f2a27215..35f6045b 100644 --- a/projects/ngx-editor/src/lib/modules/menu/link/link.component.html +++ b/projects/ngx-editor/src/lib/modules/menu/link/link.component.html @@ -32,7 +32,7 @@ -
+