Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 739 Bytes

2021-10-14-delete-links-from-the-editor-not-possible.md

File metadata and controls

12 lines (12 loc) · 739 Bytes
title issue author author_email
Delete links from the editor not possible
NEXT-17700
Niklas Limberg

Administration

  • Changed method onButtonClick in sw-text-editor-toolbar/index.js to allow the new button type link-remove
  • Added the new class sw-text-editor-toolbar-button__link-menu-buttons-button-remove in sw-text-editor-toolbar-button.html.twig
  • Added method onRemoveLink in sw-text-editor/index.js to implement the new link removal functionality
  • Added handler for the new removeLink event emited in the onButtonClick method in sw-text-editor.html.twig
  • Removed sw-text-editor-toolbar.link.insert snippet and replaced it with snippets from the global.default namespace