Active
Project:
Field group multiple (D7)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2013 at 18:32 UTC
Updated:
19 Sep 2014 at 14:51 UTC
Jump to comment: Most recent
Comments
Comment #1
jefkin commentedThis problem only shows up for me in the Data entry add/edit screens. The work around I've been using is hiding that description via css with:
Where my-type above is the '-'ed drupal internal name (I see it by inspecting the dom on the page). This css essentially flings the description out of the view of a user, while it's still in the dom.
However I agree, this should really be a flagged control or something, and ideally the div.th-title-description would also contain a class for the field for which the header stands. e.g. field_book_image -> class="th-title-description field-book-image" for better selections.