mirror of
https://github.com/umap-project/umap.git
synced 2025-05-06 06:21:49 +02:00
Support date and number properties in facet search - mini fix in placeholder
This commit is contained in:
parent
a3bbf51210
commit
f24fbd421f
1 changed files with 1 additions and 1 deletions
|
@ -1364,7 +1364,7 @@ L.U.Map.include({
|
|||
{
|
||||
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