diff --git a/demo-shell/src/app.config.json b/demo-shell/src/app.config.json index 0143585c40..83080386de 100644 --- a/demo-shell/src/app.config.json +++ b/demo-shell/src/app.config.json @@ -249,7 +249,23 @@ } } } - ] + ], + "highlight": { + "prefix": " ", + "postfix": " ", + "mergeContiguous": true, + "fields": [ + { + "field": "cm:title" + }, + { + "field": "description", + "prefix": "(", + "postfix": ")" + } + + ] + } }, "pagination": { "size": 20, diff --git a/demo-shell/src/app/components/files/files.component.html b/demo-shell/src/app/components/files/files.component.html index 09ffaca6f5..8aab8280ac 100644 --- a/demo-shell/src/app/components/files/files.component.html +++ b/demo-shell/src/app/components/files/files.component.html @@ -1,10 +1,11 @@