mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-5266] Enabled new component for Categories filter (#3344)
* [ACS-5266] enabled new component for categories filter * [ACS-5266] linting
This commit is contained in:
committed by
GitHub
parent
d3be553fd6
commit
e2257bad23
@@ -1492,7 +1492,7 @@
|
||||
"hideDefaultAction": true,
|
||||
"allowOnlyPredefinedValues": false,
|
||||
"field": "SITE",
|
||||
"options": [ "_REPOSITORY_" ]
|
||||
"autocompleteOptions": [ {"value": "_REPOSITORY_"} ]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1513,11 +1513,13 @@
|
||||
{
|
||||
"id": "categories",
|
||||
"name": "SEARCH.FACET_FIELDS.CATEGORIES",
|
||||
"enabled": true,
|
||||
"component": {
|
||||
"selector": "",
|
||||
"selector": "autocomplete-chips",
|
||||
"settings": {
|
||||
"allowUpdateOnChange": false,
|
||||
"hideDefaultAction": true,
|
||||
"allowOnlyPredefinedValues": true,
|
||||
"field": "cm:categories"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user