There is a D7 patch that adds this support
https://www.drupal.org/project/text_summary_options/issues/3020345
This should also be added for D8.
There is a D7 patch that adds this support
https://www.drupal.org/project/text_summary_options/issues/3020345
This should also be added for D8.
Comments
Comment #2
joshua.boltz commentedComment #3
joshua.boltz commentedAnother option is to use a hook_form_alter() implementation to add the help text to the Summary field that's provided as part of the Long text field, such as a Body field.
Here is an example:
Comment #4
rcodinaI confirm I will port this feature to D8 as soon as I have time.
Comment #6
rcodinaPort of the D7 patch to D8 done.