Analogous to blocks, adding a "region" to fields would allow themers to place rendered field content in regions other than the default "content" region.
Analogous to blocks, adding a "region" to fields would allow themers to place rendered field content in regions other than the default "content" region.
Comments
Comment #1
damien tournoud commentedDrupal 7 is long feature-frozen, bumping to Drupal 8.
Comment #2
yched commentedAlthough it's not its primary goal, the work in #616240: Make Field UI screens extensible from contrib - part II *might* make it possible for a contrib to add hardcoded 'regions' (i.e something like what http://drupal.org/project/ds does, without the need to rebuild its own 'Manage display' screens).
It's also something you could use D7 fieldgroups for. Organize the fields into groups, add CSS classes to define custom groups layout.
Fieldgroups D7 is not ready yet, though.
Comment #3
yched commentedA side effect of #616240: Make Field UI screens extensible from contrib - part II is to allow 'regions' to be added from contrib.