Closed (fixed)
Project:
Bootstrap
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2019 at 22:41 UTC
Updated:
4 Jul 2019 at 16:44 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
markhalliwellClasses can be be added back in TextFormat::processElement.
Comment #3
eli-tClasses re-added as suggested in #2.
Comment #4
markhalliwellThe
addClassmethod is very versatile and can help reduce duplication and noise of having to specify the method each time, like is done here. Instead, just call the method once with an array of classes, e.g.$element->format->addClass(['form-inline', 'filter-wrapper']);Comment #5
eli-tThanks @markcarver! New patch as suggested in #4.
Comment #8
markhalliwell