How to hide or disable the text-editor copy link button
Shamim Use custom.css:
.modal-code-button[data-action="copy"] { display: none; }