add schema reference and fixes

This commit is contained in:
pionnegru
2019-12-06 08:40:49 +02:00
parent d75ca3b41e
commit 9d787669a9
+5
View File
@@ -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"
} }