我们是否可以禁用操作文本的附件?像下面这样has_rich_text:content,附件:false
因此,我们可以从数据库中删除active_storage_blobs和active_storage_attachments表。在这种情况下,仅具有action_text_rich_texts表应该可以达到目的。
绝对!
window.addEventListener("trix-file-accept", function(event) {
event.preventDefault()
alert("File attachment not supported!")
})
.trix-button-group--file-tools { display: none !important; }
还有,这是一个在实际应用程序中完成的提交(前两个文件):
https://github.com/yshmarov/pikaburuby/commit/77aaa3e072de943470e4bd2c2b3512727c30232d