Support date and number properties in facet search - mini fix in placeholder
This commit is contained in:
parent
b0c9edba7f
commit
10b1bc6265
1 changed files with 1 additions and 1 deletions
|
@ -1236,7 +1236,7 @@ U.Map = L.Map.extend({
|
|||
{
|
||||
handler: 'Input',
|
||||
helpEntries: 'facetKey',
|
||||
placeholder: L._('Example: key1,key2|Label 2,key3|Label 3|enum|checkbox'),
|
||||
placeholder: L._('Example: key1,key2|Label 2,key3|Label 3|checkbox'),
|
||||
label: L._('Facet keys'),
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue