mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
1.7 KiB
1.7 KiB
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Search facet chip tabbed component | v6.2.0 | Active | 2023-07-18 |
Search facet chip tabbed component
Implements a facet widget consisting of creator and modifier facets inside tabbed component.
Basic usage
When both creator and modifier facets are present in config file as stated below they will be merged into this component.
{
"search": {
"facetFields": {
"fields": [
{
"mincount": 1,
"field": "creator",
"label": "SEARCH.FACET_FIELDS.CREATOR",
},
{
"mincount": 1,
"field": "modifier",
"label": "SEARCH.FACET_FIELDS.MODIFIER",
}
]
}
}
}
Settings
Name | Type | Description |
---|---|---|
tabbedFacet | TabbedFacetField | Tabbed facet configuration containing label, fields and facets to display. Required value |