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}",
|
"ecmHost": "{protocol}//{hostname}{:port}",
|
||||||
"aosHost": "{protocol}//{hostname}{:port}/alfresco/aos",
|
"aosHost": "{protocol}//{hostname}{:port}/alfresco/aos",
|
||||||
"baseShareUrl": "{protocol}//{hostname}{:port}/#/preview/s",
|
"baseShareUrl": "{protocol}//{hostname}{:port}/#/preview/s",
|
||||||
@@ -279,18 +280,22 @@
|
|||||||
"expanded": true,
|
"expanded": true,
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
|
"mincount": 1,
|
||||||
"field": "content.mimetype",
|
"field": "content.mimetype",
|
||||||
"label": "SEARCH.FACET_FIELDS.FILE_TYPE"
|
"label": "SEARCH.FACET_FIELDS.FILE_TYPE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"mincount": 1,
|
||||||
"field": "creator",
|
"field": "creator",
|
||||||
"label": "SEARCH.FACET_FIELDS.CREATOR"
|
"label": "SEARCH.FACET_FIELDS.CREATOR"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"mincount": 1,
|
||||||
"field": "modifier",
|
"field": "modifier",
|
||||||
"label": "SEARCH.FACET_FIELDS.MODIFIER"
|
"label": "SEARCH.FACET_FIELDS.MODIFIER"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"mincount": 1,
|
||||||
"field": "SITE",
|
"field": "SITE",
|
||||||
"label": "SEARCH.FACET_FIELDS.LOCATION"
|
"label": "SEARCH.FACET_FIELDS.LOCATION"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user