Issue #3184542 by jlbellido, mitthukumawat, alexpott: Increase field label maxlength

merge-requests/54/head^2
catch 2021-06-24 11:43:01 +01:00
parent 9f8f38d82a
commit 5dccbedb1b
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ class FieldConfigEditForm extends EntityForm {
'#title' => $this->t('Label'),
'#default_value' => $this->entity->getLabel() ?: $field_storage->getName(),
'#required' => TRUE,
'#maxlength' => 255,
'#weight' => -20,
];