Skip to content

Commit

Permalink
add ftp as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
JojoVes committed Jul 30, 2024
1 parent 8879b4f commit db1901d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
$scheme_options = $this->streamWrapperManager->getNames(StreamWrapperInterface::READ_VISIBLE) + [
'http' => 'HTTP',
'https' => 'HTTPS',
'ftp' => 'FTP',
];
$form['schemes'] = [
'#type' => 'checkboxes',
Expand Down

0 comments on commit db1901d

Please sign in to comment.