Skip to content
Snippets Groups Projects

3465459-improve-descripton : Update the Description Based on the Suggestion.

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -221,7 +221,7 @@ class EasyBreadcrumbGeneralSettingsForm extends ConfigFormBase {
@@ -221,7 +221,7 @@ class EasyBreadcrumbGeneralSettingsForm extends ConfigFormBase {
'#type' => 'textarea',
'#type' => 'textarea',
'#title' => $this->t('Paths to be excluded while generating segments'),
'#title' => $this->t('Paths to be excluded while generating segments'),
'#description' => $this->t('Enter a line separated list of paths to be excluded while generating the segments.
'#description' => $this->t('Enter a line separated list of paths to be excluded while generating the segments.
Paths may use simple regex, i.e.: report\/2[0-9][0-9][0-9].'),
Slashes must be escaped i.e.: ( foo/bar should be foo\/bar ) Paths may use simple regex, i.e.: report\/2[0-9][0-9][0-9].'),
'#default_value' => $excluded_paths,
'#default_value' => $excluded_paths,
];
];
Loading