mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-06-02 17:34:51 +00:00
[ACA-1934] Fix search facet fields translation (#791)
This commit is contained in:
parent
b6569cb043
commit
9313b6477e
@ -216,22 +216,22 @@
|
|||||||
{
|
{
|
||||||
"field": "content.mimetype",
|
"field": "content.mimetype",
|
||||||
"mincount": 0,
|
"mincount": 0,
|
||||||
"label": "FileType"
|
"label": "SEARCH.FACET_FIELDS.FILE_TYPE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"field": "creator",
|
"field": "creator",
|
||||||
"mincount": 0,
|
"mincount": 0,
|
||||||
"label": "Creator"
|
"label": "SEARCH.FACET_FIELDS.CREATOR"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"field": "modifier",
|
"field": "modifier",
|
||||||
"mincount": 0,
|
"mincount": 0,
|
||||||
"label": "Modifier"
|
"label": "SEARCH.FACET_FIELDS.MODIFIER"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"field": "SITE",
|
"field": "SITE",
|
||||||
"mincount": 0,
|
"mincount": 0,
|
||||||
"label": "Location"
|
"label": "SEARCH.FACET_FIELDS.LOCATION"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user