Skip to content

Commit

Permalink
ref:[SDPAP-8359] character limit for url field
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-gao committed Feb 28, 2024
1 parent 6fd217b commit 6afc740
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 6afc740

Please sign in to comment.