Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easy_breadcrumb-3454226
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
easy_breadcrumb-3454226
Commits
a735fe20
Commit
a735fe20
authored
5 years ago
by
Greg Boggs
Browse files
Options
Downloads
Patches
Plain Diff
Coding Standards
parent
28853253
No related branches found
Branches containing commit
Tags
8.x-1.10
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Form/EasyBreadcrumbGeneralSettingsForm.php
+6
-6
6 additions, 6 deletions
src/Form/EasyBreadcrumbGeneralSettingsForm.php
with
6 additions
and
6 deletions
src/Form/EasyBreadcrumbGeneralSettingsForm.php
+
6
−
6
View file @
a735fe20
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment