Skip to content
Snippets Groups Projects
Commit e9dd6dd3 authored by Derek Wright's avatar Derek Wright
Browse files

[#3388563]: Default 'keep_language_prefix' to TRUE and add a #description

parent 7210c024
No related branches found
No related tags found
1 merge request!8Issue #3388563: Option to skip language prefix delation
......@@ -46,7 +46,8 @@ class PathologicSettingsCommon {
'keep_language_prefix' => [
'#type' => 'checkbox',
'#title' => $this->t('Keep language prefix'),
'#default_value' => $defaults['keep_language_prefix'] ?? FALSE,
'#description' => $this->t('If not checked, URL prefixes that match configured languages will be removed from links.'),
'#default_value' => $defaults['keep_language_prefix'] ?? TRUE,
'#weight' => 20,
],
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment