title | issue | author | author_email |
---|---|---|---|
Delete links from the editor not possible |
NEXT-17700 |
Niklas Limberg |
- Changed method
onButtonClick
insw-text-editor-toolbar/index.js
to allow the new button typelink-remove
- Added the new class
sw-text-editor-toolbar-button__link-menu-buttons-button-remove
insw-text-editor-toolbar-button.html.twig
- Added method
onRemoveLink
insw-text-editor/index.js
to implement the new link removal functionality - Added handler for the new
removeLink
event emited in theonButtonClick
method insw-text-editor.html.twig
- Removed
sw-text-editor-toolbar.link.insert
snippet and replaced it with snippets from theglobal.default
namespace