fix placeholder (#1692)

This commit is contained in:
Eugenio Romano
2020-09-29 10:09:55 +01:00
committed by GitHub
parent d6f6843e22
commit 7757dbff77

View File

@@ -392,7 +392,7 @@
"settings": { "settings": {
"pattern": "cm:name:'(.*?)'", "pattern": "cm:name:'(.*?)'",
"field": "cm:name", "field": "cm:name",
"placeholder": "Enter the name", "placeholder": "SEARCH.SEARCH_HEADER.FILTERS.NAME.PLACEHOLDER",
"searchPrefix" : "*", "searchPrefix" : "*",
"searchSuffix" : "*" "searchSuffix" : "*"
} }