- Issue created by @Grimreaper
- @grimreaper opened merge request.
-
Grimreaper →
committed a73fdb1e on 5.0.x
Issue #3345264 by Grimreaper: Text format form element
-
Grimreaper →
committed a73fdb1e on 5.0.x
- Issue was unassigned.
- Status changed to Fixed
over 1 year ago 5:00pm 30 March 2023 - Status changed to Needs work
over 1 year ago 8:26am 31 March 2023 - 🇫🇷France Grimreaper France 🇫🇷
Maybe in preprocess form element condition about mb-3 to replace by:
$this->variables->addClass('mb-3'); // If the element is a sub-element of a text_format do not add the class. if (key_exists('#format', $variables['element'])) { $this->variables->removeClass('mb-3'); }
(I am currently testing gin_lb but this may also occur in standard Layout Builder offcanvas)
- Status changed to Fixed
over 1 year ago 2:56pm 31 March 2023 - 🇫🇷France Grimreaper France 🇫🇷
Not needed for the moment. In my subtheme for Gin LB support I removed Ui Suite Bootstrap processing.
Automatically closed - issue fixed for 2 weeks with no activity.