Hi, When `attachments: false` on a `rich_textarea`: `<%= form.rich_textarea :content, attachments: false %>` we get these behaviours: * No images appear in the editor on upload * Drag and drop is disabled * Pasting images is disabled * Dev console to warn: `This editor does not support attachments (it's configured with [attachments=false])` From that I would also assume the upload icon should not show up as well **Actual behaviour:** The image button on the toolbar is displayed. **Expected behaviour:** The image button on the toolbar is removed. Happy to provide a PR if this is considered a bug, and contributions are welcome. ## Screenshots <img width="1312" height="392" alt="Image" src="https://github.com/user-attachments/assets/4c049223-e88e-4dc2-aa93-e9ea8fa99d4e" />