Skip to content

Commit

Permalink
Merge branch 'develop' into feature/SD-444-new-file-icon-secure-media…
Browse files Browse the repository at this point in the history
…-item
  • Loading branch information
yeniatencio authored Jan 13, 2025
2 parents c9b706f + f17c7b8 commit a9bbcc5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,11 @@ public function buildConfigurationForm(array $form, FormStateInterface $form_sta
'#type' => 'textfield',
'#title' => $this->t('Width'),
'#default_value' => $this->configuration['width'],
'#required' => TRUE,
];
$form['height'] = [
'#type' => 'textfield',
'#title' => $this->t('Height'),
'#default_value' => $this->configuration['height'],
'#required' => TRUE,
];
return $form;
}
Expand Down

0 comments on commit a9bbcc5

Please sign in to comment.