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
project
config_ignore
Commits
b010a1eb
Commit
b010a1eb
authored
Nov 28, 2016
by
tlyngej
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
For some unknown reason, the maxlength of the text areas in settings was set. Removed.
parent
ff26ab64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/Form/Settings.php
src/Form/Settings.php
+0
-1
No files found.
src/Form/Settings.php
View file @
b010a1eb
...
...
@@ -42,7 +42,6 @@ class Settings extends ConfigFormBase {
'#description'
=>
$this
->
t
(
'One configuration name per line.<br />Examples: <ul><li>user.settings</li><li>views.settings</li><li>contact.settings</li></ul>'
),
'#default_value'
=>
implode
(
PHP_EOL
,
$config_ignore_settings
->
get
(
'ignored_config_entities'
)),
'#size'
=>
60
,
'#maxlength'
=>
128
,
];
return
parent
::
buildForm
(
$form
,
$form_state
);
}
...
...
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