Is it just me or is the help text (that you enter when editing the content type's fields) missing?
Maybe it's been fixed in the dev? Or the new branch?
Is it just me or is the help text (that you enter when editing the content type's fields) missing?
Maybe it's been fixed in the dev? Or the new branch?
Comments
Comment #1
thierry_gd commentedInstall the last version (5.2....) : it should correct the problem.
Comment #2
rconstantine commentedOkay. I'll go into 'view all releases' and grab 5.2.3 since there aren't any 5.2.x versions on the project page itself.
Thanks.
Comment #3
rconstantine commentedIf I could recommend a change...
I think in the case of multiple values, the help text should not be repeated and so line 158 (version 2.3)
'#description' => $field['widget']['description'],should be removed and placed before the foreach and changed appropriately thus:$form[$field['field_name']]['#description'] = $field['widget']['description'];I just think it's tidier.
Comment #4
thierry_gd commentedFixed in latest 5.x and 6.x versions