Skip to content

Commit

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

0 comments on commit 3902b55

Please sign in to comment.