Replies: 1 comment
-
Just found out that I don't have to use the pathGenerator in this case 🤡 sorry for the inconvenience. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys!
What I want to make: the Curator modal from the CuratorPicker only show files from the current resource id, and only upload to the path of the resource id.
What I'm trying: ...so I'm using a CuratorPicker with the directory() set to the 'resource/{id}' and with limitToDorectory(). I'm trying to make the pathGenerator works with my customPathGenerator::class, but how do I send the resource id to the pathGenerator do set the path? Basically this is the code:
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions