Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.Good Morning,
After I entered Label help text it was not able to appear on the Create content web form.
Machine name: label_help
Version: 8.x-1.x-dev
Content type section:
Manage fields has Field Type = List(text)
Manage form display has Widget = Check boxes / radio buttons
Thanks for all you do!
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | interdiff-6-7.txt | 1.05 KB | jwilson3 |
| #7 | 2883840-7.patch | 14.04 KB | jwilson3 |
| #6 | 2883840-6.patch | 13.11 KB | jwilson3 |
Comments
Comment #2
jwilson3I haven't specifically tested the List (text) field with Radios/Checkboxes widget, but I have tested List (integer) field with a dropdown select field, with my patch on #2948501: Improve Drupal 8 field compatibility (see bottom of example 2 screenshot). I suggest you try that patch and see if this works— and let us know if it does!
Comment #3
jwilson3Comment #4
jwilson3Comment #5
jwilson3Comment #6
jwilson3This patch adds support for single standalone Checkbox (ie, boolean field) as well as Checkboxes and Radios eg via List fields.
It also added a much needed way to debug the module with adding a ton of extra lines of code. Since there are several special cases that need to be handled, this approach should help debugging easier.
If you add:
to settings.php (or settings.local.php) then you'll get debug output on Node edit forms.
Comment #7
jwilson3Whoops that patch was missing a key piece I forgot to stage.
Comment #8
jwilson3