mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-4125] Add support for the tags search facet (#8390)
* ACS-4125 Added changes needed to display facets for tags * ACS-4125 Removed logs * Add reordering of buckets and facets through configuration + unit tests --------- Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
This commit is contained in:
co-authored by
Aleksander Sklorz
parent
4180d9f69a
commit
1b2575b2db
@@ -444,7 +444,10 @@ Note: `settings` property used to control UI actions and interaction. i.e
|
||||
],
|
||||
"settings" : {
|
||||
"allowUpdateOnChange": false,
|
||||
"hideDefaultAction": true
|
||||
"hideDefaultAction": true,
|
||||
"facetOrder": 100,
|
||||
"bucketSortBy": "LABEL",
|
||||
"bucketSortDirection": "ASCENDING"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user