Remove BootstrapMixin
#14740
Labels
status: accepted
This issue has been accepted for implementation
type: housekeeping
Changes to the application which do not directly impact the end user
Milestone
Proposed Changes
Ditch the
BootstrapMixin
class that's currently used to facilitate custom form field styling. Now thatFORM_RENDERER
has been configured to look for custom templates (see #13064), the functionality provided by this class can be offloaded to custom templates.Justification
This change will remove a lot of cruft from existing form classes.
The text was updated successfully, but these errors were encountered: