-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move sets between sets #748
Comments
Following a conversation on Discord I had a play around with copying sets between replicators. Got the basics working but then ran into a fun(?) problem: How do you check whether a set is valid for the target replicator? Ideas so far:
Be interested if anyone has any thoughts on this? It’s a feature I’d love to have and I’d be happy to work on a PR for it, but I’m a bit stumped right now. |
I think I'd go with number 1 for a start, if I understood it correctly (not 100% sure what you mean with "prevent copying to differently named fields that use the same config"). For me the most common use case is that I have a replicator with a number of sets that I use on different pages. Sometimes I then want to copy a built out set from page A and paste it to the same replicator field on page B. For what I understand this would be possible with your suggestion number 1. The replicators' handles have to match to be able to copy/paste between them. If this means I can't copy/paste between replicators with different handles but shared sets, I'd be fine with that. I think that's a not so common use case and could maybe tackled later. |
Samesies on this one! While the editing experience of statamic is amazing, this turns out to be a bit of a bottleneck. |
We have a heavily nested page builder (replicator/bard inception).
"Ability to move a block to another nested area (i.e. Let's say I nested a bunch of grid_1 but then decided to start another Grid block someone else on the page and want to move one of the grid_1 to the new location) *I encounter this so often and this is a huge time waster to remake a block"
Would be great if we could copy/move our block between sets.
The text was updated successfully, but these errors were encountered: