backdrop / backdrop-issues

Issue tracker for Backdrop core.
144 stars 38 forks source link

[DX] Form API: Support `#label_attributes` for field labels #6528

Open klonos opened 3 weeks ago

klonos commented 3 weeks ago

This is a sibling issue to #6527.

See https://drupal.stackexchange.com/questions/58918/how-can-i-add-a-class-to-a-label and similar requests on the internet.

This API addition would supplement the existing #attributes and #wrapper_attributes, and will reduce the amount of custom code implementations.