mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
add schema reference and fixes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"$schema": "../node_modules/@alfresco/adf-core/app.config.schema.json",
|
||||
"ecmHost": "{protocol}//{hostname}{:port}",
|
||||
"aosHost": "{protocol}//{hostname}{:port}/alfresco/aos",
|
||||
"baseShareUrl": "{protocol}//{hostname}{:port}/#/preview/s",
|
||||
@@ -279,18 +280,22 @@
|
||||
"expanded": true,
|
||||
"fields": [
|
||||
{
|
||||
"mincount": 1,
|
||||
"field": "content.mimetype",
|
||||
"label": "SEARCH.FACET_FIELDS.FILE_TYPE"
|
||||
},
|
||||
{
|
||||
"mincount": 1,
|
||||
"field": "creator",
|
||||
"label": "SEARCH.FACET_FIELDS.CREATOR"
|
||||
},
|
||||
{
|
||||
"mincount": 1,
|
||||
"field": "modifier",
|
||||
"label": "SEARCH.FACET_FIELDS.MODIFIER"
|
||||
},
|
||||
{
|
||||
"mincount": 1,
|
||||
"field": "SITE",
|
||||
"label": "SEARCH.FACET_FIELDS.LOCATION"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user