Closed vauvarin closed 4 years ago
I just tested it and it actually works out of the box with permissions 🎉
# site/blueprints/users/*.yml
permissions:
access:
backups: false
Will disable the button.
By default, disabled dropdown items are faded. If you need to hide them completely:
.k-topbar-menu .k-dropdown-item[data-disabled] {
display: none;
}
It would be great to be able to hide or disable the backup item in the main menu for certain roles.