Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Issue forks
colorbox-3183921
Commits
cb3326d7
Commit
cb3326d7
authored
Apr 10, 2017
by
frjo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2868166
by Trobing: Errors on setting page
parent
787d8a82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Form/ColorboxSettingsForm.php
src/Form/ColorboxSettingsForm.php
+1
-1
No files found.
src/Form/ColorboxSettingsForm.php
View file @
cb3326d7
...
...
@@ -171,7 +171,7 @@ class ColorboxSettingsForm extends ConfigFormBase {
'#states'
=>
$this
->
getState
(
static
::
STATE_CUSTOM_SETTINGS
),
];
$form
[
'colorbox_custom_settings'
][
'colorbox_returnfocus'
]
=
[
'type'
=>
'checkbox'
,
'
#
type'
=>
'checkbox'
,
'#title'
=>
$this
->
t
(
'Return focus'
),
'#default_value'
=>
$config
->
get
(
'custom.returnfocus'
),
'#description'
=>
$this
->
t
(
'Return focus when Colorbox exits to the element it was launched from.'
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment