Describe the bug
The button block has its own UI for adding links. However, a user can also highlight the text in the button when editing a button block and use Cmd+K or Ctrl+K to add link formatting to button text.
This duplication is confusing.
To reproduce
Steps to reproduce the behavior:
Expected behavior
The link format should be disabled on the button block as it has its own interface for adding links.
Screenshots

Additional context
Discovered while testing #10128
This line:
excludes the "link" rich text format from the toolbar (and hotkeys?), but it doesn't seem to be doing anything.
cc @ellatrix
I鈥檝e noticed this as well - it seems like the behaviour around which controls are visible does not impact all keyboard shortcuts.
(Also worth noting that the formats in the drop down are visible even though they aren鈥檛 explicitly enabled in formattingControls.)
Should be fixed by #14542.
Most helpful comment
Should be fixed by #14542.