This patch adds a widget settings option to include the entity label before/after the rendered element, or hidden.

Also, some themes/modules which replace checkboxes with images rely on a element following the - currently this module inserts a .field-suffix between them. This patch moves the rendered item (and entity label) to the element. Also adds a tiny bit of CSS to display the label inline (and vertical-align checkbox to top).

There's also no need for setting element id/name since core does this for the label.

Comments

bgilhome’s picture

  • guilopes committed 04ae6cc on 7.x-1.x authored by bgilhome
    Issue #2395879 by bgilhome : New feature adds a widget settings option...
guilopes’s picture

@bgilhome thanks for your contribution :)

guilopes’s picture

Status: Active » Closed (fixed)