[v3] Can panels be related to a model?
I'm looking to develop an app with multiple panels. The "main" panel is where users create projects and manage other minor things.
Each project would then have have it's own panel with all the resources related to the project. The "project's panel" would be on an url like
project/uuid
if that makes sense.
Is this possible with v3? Thank you π6 Replies
yeah you could use the tenancy feature for this!
Thanks a lot Dan, appreciate your work a lot. How would I go about making the url of the 2nd panel dynamic? π€
dynamic?
Sorry what I meant was binding a model to the url of the 2nd panel like
project/{item:uuid}
. So something like:
Solution
you can use the tenancy feature for that