How would you handle a page that needs to be used in 2 different panels?
I have a page that I want to be accessible from 2 different panels. Ideally I'd like to have the url be
app/my-page
or client/my-page
and have them both return the same view. Has anyone done something similar, and how did you handle it? I don't know if I should have it live outside of the panel entirely. Just not sure about the file structure, or how to make the routes work the way I'd want them to.2 Replies