Replies: 1 comment
-
It's a bit tricky, but doable. You need to know a lot about internals and how several scripts play together nicely. So, not recommended for the regular alchemy user. But we built it for one of our internal extensions. We should be able to extract it and make it usable for others. This is actually a very good idea. Will take a while, though. Please don't expect it to be released soon. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! I'm creating a custom resource editor inside Alchemy CMS for a masonry gallery editor needed for my website. It basically CRUD of posts with active_storage attachments (image) attached to all of them. I've been thinking - would that be possible to use the file gallery browser (with modal) input for attaching active_storage attachments for the
has_one_attached
of my customPost
models or is that completely impossible and undoable?I would love it to be an viewcomponents component i can use in any alchemy form needed but I'm not sure how much is that even realistic.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions