The multiselect and references component should be sortable
Just for reference:
https://github.com/neos/neos-ui/pull/764
@mstruebing why just for reference? i think it should be for both?
I mean maybe @skurfuerst is implementing it or is able to implement it as he goes but just to make sure that the connection is there
Hey,
just a question: Is this possible in the old UI? I just want to understand if this is a (definitely cool/nice to have feature) or a must have for 1.0.
All the best,
Sebastian
It's definitely possible in the old UI and a very important Feature actually :)
I'll give it a try this weekend!
Probably should use react-dnd for it, since we already use it.
Jip! I wanted to check the nodetree etc. to use the same lib
react-dnd has some learning curve, got to read through a few tutorials to get it, but it's worth it if we want to do some more complex dnd later.
You'd need to add your drag type here: https://github.com/neos/neos-ui/blob/master/packages/neos-ui/src/Containers/dndTypes.js
I already implemented it in a dashboard we use internally, so guess i'll get id working. But thanks for the hint!!