Skip to content
Snippets Groups Projects
Commit 8e496f04 authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3063339: Rename 'local_service' plugin to 'local_server'

Continues work of 5f321832.
parent 028d1f41
No related branches found
No related tags found
No related merge requests found
......@@ -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'] = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment