Skip to content
Snippets Groups Projects
Commit a735fe20 authored by Greg Boggs's avatar Greg Boggs
Browse files

Coding Standards

parent 28853253
No related branches found
Tags 8.x-1.10
No related merge requests found
......@@ -38,11 +38,11 @@ class EasyBreadcrumbGeneralSettingsForm extends ConfigFormBase {
'#open' => TRUE,
];
$details_advanced = [
'#type' => 'details',
'#title' => $this->t('Advanced settings'),
'#open' => TRUE,
];
$details_advanced = [
'#type' => 'details',
'#title' => $this->t('Advanced settings'),
'#open' => TRUE,
];
// If never set before ensure Applies to administration pages is on.
$applies_admin_routes = $config->get(EasyBreadcrumbConstants::APPLIES_ADMIN_ROUTES);
......@@ -128,7 +128,7 @@ class EasyBreadcrumbGeneralSettingsForm extends ConfigFormBase {
// before displaying them.
$replaced_titles = $config->get(EasyBreadcrumbConstants::REPLACED_TITLES);
$details_advanced[EasyBreadcrumbConstants::REPLACED_TITLES] = [
$details_advanced[EasyBreadcrumbConstants::REPLACED_TITLES] = [
'#type' => 'textarea',
'#title' => $this->t('Titles to be replaced while generating segments'),
'#description' => $this->t('Enter a line separated list of titles with their replacements separated by ::.<br>
......
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