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

damien tournoud’s picture

Version: 7.x-dev » 8.x-dev

Drupal 7 is long feature-frozen, bumping to Drupal 8.

yched’s picture

Although 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.

yched’s picture

Status: Active » Closed (duplicate)

A side effect of #616240: Make Field UI screens extensible from contrib - part II is to allow 'regions' to be added from contrib.