Cloning and tweaking instead of having to start from scratch is much easier for people.
This may be a step towards solving some of the UX issues discussed in #1519 too. Site admins seem to be using the "Full HTML" format as a go-to solution when content editors demand more. This is OK in general, but it creates false expectations that people will get a WYSIWYG etc.
If we provided an easy way for admins to clone the "Filtered HTML" format, then they would do that, and add buttons + allow additional HTML tags as required (which is what they should be doing).
Recent comments
@yorkshirepudding - Thank you! That's just what I needed. In the code, it's actually fontyourface_ui_settings_form (with underscores rather than dashes). Now it's working ... I only have to figure...
Question about hook_form_FORM_ID_alter
Oh the benefits of a new set of eyes.... I don't know how many times I've looked at that css and not spotted that! Mind you, in my defense, my eyes are over 70 years old (and obviously in need of...
How to over-ride grid-flexbox.css
thanks yorkshirepudding, i used the CSS Injector option with this code and it works .views-table caption { font-weight: bold; color: blue; font-size: 26px; }
How to change the format of the Views group title field?