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 Jan 10, 2024
1 parent 8b76a0d commit 3a22a4a
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 3a22a4a

Please sign in to comment.