- Issue created by @kopeboy
I even tried installing the allowed_formats → module, but the text format help text is always showed.
As added in core ✨ Add an option to 'hide filter tips' on text fields Needs work , like the body field, I would like an option to hide that help text on this field too.
The simple workaround is ofc to just add this to your site's CSS:
.filter-tips {
display: none;
}
Active
7.1
Code