Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Can I disable the "empty recycle bin" function?
Randomly came across this when searching for something else. Not sure if you came up with a solution, but if you add the following CSS to your Umbraco Backend then it should hide it so they can't click on it.
i.icon.icon-trash+.menu-label { display: none; } i.icon.icon-trash { display: none; }
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Disable empty recycle bin
Can I disable the "empty recycle bin" function?
Randomly came across this when searching for something else. Not sure if you came up with a solution, but if you add the following CSS to your Umbraco Backend then it should hide it so they can't click on it.
i.icon.icon-trash+.menu-label { display: none; } i.icon.icon-trash { display: none; }
is working on a reply...