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.
Issue fork entity_form_field_label-3420361
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
Comment #2
paulrad commentedComment #4
paulrad commentedComment #5
nikita_tt@paulrad Thank you for the patch! Wouldn't it be better to have this code in a separate sub-module? What do you think?
Comment #6
paulrad commentedWell, 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.
Comment #8
claudiu.cristeaI 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.