Essentially, only allow access to the Skybrud Redirects dashboard (or any core Dashboard like Redirect Management), this was very easy in previous versions of Umbraco but can’t spot from the docs or any examples how to do this. AI has made plenty of guesses but getting in a real mess with it too..
For custom dashboards I know how to but not for any that have already been declared. I could wholly overwrite one using, maybe a full override is needed but not certain this is the best way and feels a bit fragile:
You can wire a condition to an existing extension. I created an example that removes the delete button from certain content types, but the idea is ofcourse the same. And you don’t even need to create a custom condition because you can just use an existing condition.
Hi Luuk, that looks very promising, thanks for the quick response and example! I’ll give it a go shortly but looks to be exactly what I was looking for and much easier than what I initially thought we might be currently limited to.
I’ll update here when implemented the specific case.
I’ve been there myself, that why I created the example for the Authum contribution challenge. Like you said, it’s not hard, you just need to know where to look. I actually asked Niels this at Codegarden this year, so I got this approach from the source