Can someone please point me to some documentation on allowed paths for routing in the backoffice?
If I create an angular directive with the template in /app_plugins/mypluginname/scripts it works fine. But if I put it in a more logical folder /app_plugins/mypluginname/views I get a 404.
So there must be some routing rules or somewhere that I can specify an allowed path?
Backoffice routing
Hi,
Can someone please point me to some documentation on allowed paths for routing in the backoffice?
If I create an angular directive with the template in
/app_plugins/mypluginname/scripts
it works fine. But if I put it in a more logical folder/app_plugins/mypluginname/views
I get a 404.So there must be some routing rules or somewhere that I can specify an allowed path?
Many thanks.
Hi Peter,
What are you trying to achieve ? Are you building a custom section, property editor, dashboard component ?
And how are you calling your view ?
Dave
is working on a reply...