Closed paulirwin closed 7 months ago
Published in v17.0.2
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in the thread.
This PR contains:
Breaking Changes?
Checklist
Describe Your Changes
This adds a new option for the Link toolbar icon/popup to disable the "Open in new tab" option from showing in the UI, for i.e. a Markdown serializer where target is not supported. Specifying
"link"
as a ToolbarItem is still supported and the default is to show the "Open in new tab" option, but you can now pass an object instead to specify its options via{ link: { showOpenInNewTab: false } }
, similar to theheading
toolbar item.Does this PR affects any existing issues?