-
Notifications
You must be signed in to change notification settings - Fork 66
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 block up/down options #7
Comments
Another idea might be to auto-collapse the children container when dragging blocks. This will also help alleviate the pain of reordering very long blocks due to their children. |
I'm deciding to not implement this feature. Adding any more menu items will overcrowd the menu, and auto-collapsing dragged blocks won't actually do anything, as dragging distance is dictated by all non-dragged blocks. The alternative is to manually collapse whatever blocks you need. |
Reopening this: Matrix fields have move up/down options as of Craft 3.5, so it'd be good if Neo could do it too. |
Now implemented in the |
Sometimes blocks can get pretty long, if they have a lot of content or children in them. Dragging them to change their position can get a little clunky in these cases. Would be good to have an option on the dropdown menu for each block to move their positions up and down as an alternative to dragging.
The text was updated successfully, but these errors were encountered: