Skip to content

Commit

Permalink
remove info text
Browse files Browse the repository at this point in the history
Valid point made in
#114 (comment)
that this behaviour is more of a deprecation allowance rather than
something we should document and keep as an expectation going forward.
  • Loading branch information
JojoVes committed Aug 1, 2024
1 parent dec6368 commit 19e58eb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Form/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ public function buildForm(array $form, FormStateInterface $form_state) {
'#default_value' => $current_whitelist ? implode(',', $current_whitelist) : '',
'#description' => $this->t('A comma separated list of local locations from which spreadsheet ingests can use binaries.'),
];
$form['info'] = [
'#type' => 'item',
'#title' => $this->t('If nothing is whitelisted, everything is whitelisted.'),
'#description' => $this->t('The plugin that expects to use this information will log warnings if this configuration is missing.'),
];
$form['submit'] = [
'#type' => 'submit',
'#value' => $this->t('Save'),
Expand Down

0 comments on commit 19e58eb

Please sign in to comment.