Skip to content

Commit

Permalink
increases the maxlength to 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-gao committed Mar 22, 2024
1 parent a12d6c3 commit b05860c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function buildConfigurationForm(array $form, FormStateInterface $form_sta
'#type' => 'url',
'#title' => $this->t('Url'),
'#default_value' => $this->configuration['url'],
'#maxlength' => 512,
'#maxlength' => 1024,
'#required' => TRUE,
];
$form['width'] = [
Expand Down

0 comments on commit b05860c

Please sign in to comment.