Here's an obscure question. I am working to port a Drupal 7 site to Backdrop, and it uses this Drupal 7 module:
https://www.drupal.org/project/remove_field_label_length_limit
Does anyone know if there is a field label length limit in Backdrop?
Not sure why this module was used, but wanted to see if anyone ever encountered this before in Backdrop.
Thanks!
Not encountered before, but just tested. Indeed, it's not possible to enter all of the following text as a field label:
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua
It stops after 128 characters:
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquy
However, I don't think it's a common problem – in contrast to a field's machine name which has a limit of 32 characters.