I would like to take away the drag and drop permissions for certain groups, but I can find any help on that and I can't get it to work. I've tried something like this:
$f->removeByName("Allow drag & drop reordering");
in my getCMSFields() function, but that didn't work. Has anyone done anything like this, or have any ideas for me.
Thanks in advance!