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,
|
"hideDefaultAction": true,
|
||||||
"allowOnlyPredefinedValues": false,
|
"allowOnlyPredefinedValues": false,
|
||||||
"field": "SITE",
|
"field": "SITE",
|
||||||
"options": [ "_REPOSITORY_" ]
|
"autocompleteOptions": [ {"value": "_REPOSITORY_"} ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -1513,11 +1513,13 @@
|
|||||||
{
|
{
|
||||||
"id": "categories",
|
"id": "categories",
|
||||||
"name": "SEARCH.FACET_FIELDS.CATEGORIES",
|
"name": "SEARCH.FACET_FIELDS.CATEGORIES",
|
||||||
|
"enabled": true,
|
||||||
"component": {
|
"component": {
|
||||||
"selector": "",
|
"selector": "autocomplete-chips",
|
||||||
"settings": {
|
"settings": {
|
||||||
"allowUpdateOnChange": false,
|
"allowUpdateOnChange": false,
|
||||||
"hideDefaultAction": true,
|
"hideDefaultAction": true,
|
||||||
|
"allowOnlyPredefinedValues": true,
|
||||||
"field": "cm:categories"
|
"field": "cm:categories"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user