Morning all... is it possible to add a "fake" sect...
# package-development
n
Morning all... is it possible to add a "fake" section to the Umbraco back office? What I mean is, adding an item to the main nav that when clicked, instead of loading a section takes someone to a different place (in this case a 3rd party system)?
s
Nope. Maybe embed an iframe in the section?
You can probably do something with interceptors and make the section link to an external URL or something. But.. It's not great UX
n
I thought that might be the case. My alternative plan is a dashboard only section that explains what they are going to.
s
That sounds more reasonable 🙂
m
You could use a JS redirect 😄
w
I think you can add a custom section with no trees & one dashboard (with iFrame or whatever) A full screen section like Packages may suit your needs here perhaps?
l
@Nik If you're okay with a JS hack? 🤫 then could try this... https://gist.github.com/leekelleher/7285d00188906dfb4b29a39183540556
w
Gotta love a good HACK 😍
s
Yes! Good hacks are nice , UX caused here is not nice 😛
l