Closed (won't fix)
Project:
Subsites
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2010 at 15:43 UTC
Updated:
4 Aug 2010 at 07:08 UTC
It is not possible to drag and drop the "Subsites" picker when configuring a content type's field order. The item isn't available in the list to drag and drop.
Comments
Comment #1
davyvdb commentedThat's because it is not a real field (and not part of the content array). Some other module might do this for you http://drupal.org/project/nodeform, http://drupal.org/project/node_form_rearrange, http://drupal.org/project/nodeformcols or you could always fall back on hook_form_alter in your own module.