Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
facets
Commits
a93ad3d0
Commit
a93ad3d0
authored
Aug 31, 2017
by
vegantriathlete
Committed by
borisson_
Aug 31, 2017
Browse files
Issue
#2905766
by vegantriathlete: Make exclude items a textarea instead of a text field
parent
569aa72e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Plugin/facets/processor/ExcludeSpecifiedItemsProcessor.php
View file @
a93ad3d0
...
...
@@ -58,7 +58,7 @@ class ExcludeSpecifiedItemsProcessor extends ProcessorPluginBase implements Buil
$build
[
'exclude'
]
=
[
'#title'
=>
$this
->
t
(
'Exclude items'
),
'#type'
=>
'text
field
'
,
'#type'
=>
'text
area
'
,
'#default_value'
=>
$config
[
'exclude'
],
'#description'
=>
$this
->
t
(
"Comma separated list of titles or values that should be excluded, matching either an item's title or value."
),
];
...
...
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