diff --git a/src/Form/FillPdfSettingsForm.php b/src/Form/FillPdfSettingsForm.php index e41379ca0e53d38b121686b49cb7cd4424a9a035..88e71955dd859d522f26f161650c8ce0219370be 100644 --- a/src/Form/FillPdfSettingsForm.php +++ b/src/Form/FillPdfSettingsForm.php @@ -282,7 +282,7 @@ class FillPdfSettingsForm extends ConfigFormBase { '#title' => $this->t('Configure FillPdf LocalServer endpoint (address)'), '#default_value' => $config->get('local_service_endpoint'), '#description' => $this->t("Enter the network address of your FillPDF LocalServer installation. If you are running the Docker container on port 8085 locally, then the address is <em>http://127.0.0.1:8085</em>."), - '#group' => 'local_service', + '#group' => 'local_server', ]; $form['pdftk'] = [