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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" : "*"
} }