Hello,
Thank you for the 3.0.0-rc1 release and for adding back-office translation support. The feature works well and is very much appreciated.
However, I noticed that all translatable strings in the back office are implemented as textfield elements. By default, this field type has a maximum length of 128 characters when the #maxlength property is not explicitly overridden, which is the case here.
In some situations, it can be necessary to enter longer texts, especially for description fields (which is my case).
To address this, a few options could be considered:
- Increase the maxlength for all fields
- Increase the maxlength for description fields only
- Use textarea for all fields
- Use textarea for description fields only
- Another approach
I am not sure which solution you would prefer to implement.
In the meantime, I am going to open a merge request based on option 4.
Thanks in advance for your feedback.
Issue fork orejime-3565631
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
johnatas commentedComment #5
fabsgugu commentedHello,
Thank you for your feedback. I chose the solution4 , but I used a more flexible method.
Comment #6
fabsgugu commented