From 9d787669a9a63babe70c1015fe6b8923a25f79ee Mon Sep 17 00:00:00 2001 From: pionnegru Date: Fri, 6 Dec 2019 08:40:49 +0200 Subject: [PATCH] add schema reference and fixes --- src/app.config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app.config.json b/src/app.config.json index 2b0259620..e3a799564 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -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" }