Opened 5 years ago
Closed 5 years ago
#31334 closed New feature (wontfix)
Add a method to specify class on form help text.
Reported by: | James Tocknell | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | 3.0 |
Severity: | Normal | Keywords: | form, help_text |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Currently, the help text on a form generated with the standard helpers always uses "helptext" as the css class on the help text, with no current way to override this (other than creating the form manually). It would be useful to have a setting (e.g. FORM_HELP_TEXT_CSS_CLASS) to change the class, or to be able to override/set the class via some other method. I'm happy to create a PR with the new setting, if that's acceptable, or create a patch to solve this some other way.
Change History (1)
comment:1 by , 5 years ago
Component: | Uncategorized → Forms |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks for this ticket, however creating a new setting is always controversial and we don't want settings for such small customization. Moreover creating a new form is not complicated so it doesn't justified adding a new option for this. You can always customize
helptext
style for a specific form ID.