How to disable the Umbraco V14 Getting S...
# news
r
๐Ÿ“ฃ New post: How to disable the Umbraco V14 Getting Started Dashboard https://blog.hackmakedo.com/2024/05/28/how-to-disable-the-umbraco-v14-getting-started-dashboard/
m
Nice @Warren Buckley ๐Ÿ™‚ did you notice you can also unload localaisations as well now?
w
Yep anything registered clientside can be ๐Ÿ˜
Updated blog post with @Jacob Overgaard suggestion to use exclude() instead
j
Thanks for the shout-out, Warren ๐Ÿ™‚
w
Well I wouldn't have known about it without you & its a more effective approach
t
@Warren Buckley Hi, is this specifically for V14, as in this works differently from how one would hide it in v13/earlier?
w
Yeh different approach for V13
As dashboards can be registered serverside, in a composer I think you can look at the dashboards collection and find the correct C# class you want to remove from the collection
t
Cool! V14 is still very fresh for us too, so this is good to know, thanks.
w
No problem - all my hacks or posts most likely be V14. As enjoying hacking & exploring atm
34 Views