When I add a viewfield to my content type I am allowed to enter help text, but that help text does not display on the form when I use the Viewfield widget.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | help_text_not_displaying_on_form-2899140-3.patch | 811 bytes | sergiu stici |
Comments
Comment #2
seirerman commentedSame here on 8.x-3.0-alpha3.
In my case it's the title of the paragraph, and that's it.
Comment #3
sergiu stici commentedHere is the patch, please review.
Comment #4
seirerman commentedThe help text is now shown, but only if "Always use default value" is off. It would also be better if the help text would be shown before the viewfield options, not after.
But thanks for the patch!
Comment #6
jerdavisI've updated and pushed this forward. As for the position of the help text, that's a result of the layout of fieldset.html.twig. We'd need to override that template in order to reposition the help text or use a different container.