Problem/Motivation

Fields help text could be set only once and is displayed in all the form modes.
This option will make it possible to alter/delete help text when needed but have it available in other form displays.

Proposed resolution

Add functionality similar to Field Labels altering for the Help Text (descriptions)

User interface changes

Select box and textfield similar to Field Labels will be added to forms.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

paulrad created an issue. See original summary.

paulrad’s picture

Issue summary: View changes

paulrad’s picture

Assigned: paulrad » Unassigned
Status: Active » Needs review
nikita_tt’s picture

@paulrad Thank you for the patch! Wouldn't it be better to have this code in a separate sub-module? What do you think?

paulrad’s picture

Well, it sounds reasonable to light up this functionality in the module's name - this one or a new sub-module. It's not looking intuitionally understandable that this part of functionality exists here.

joey91133 made their first commit to this issue’s fork.

claudiu.cristea’s picture

Status: Needs review » Reviewed & tested by the community

Wouldn't it be better to have this code in a separate sub-module? What do you think?

I think it would be overkill. The module is simple and, if you want to override the label then the description comes naturally.

It would be nice to have tests but I see the whole module lacks tests.

For me this works as expected.