// Do not allow file attachments in rich text content addEventListener("trix-file-accept", function(event) { event.preventDefault(); })