Skip to content

Commit

Permalink
Added new config options
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hunter committed Mar 16, 2023
1 parent 4074582 commit 356be08
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions projects/aca-content/assets/app.extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,8 @@
"label": "SEARCH.FACET_FIELDS.FILE_TYPE",
"settings": {
"allowUpdateOnChange": false,
"hideDefaultAction": true
"hideDefaultAction": true,
"facetOrder": 100
}
},
{
Expand All @@ -1338,7 +1339,8 @@
"label": "SEARCH.FACET_FIELDS.CREATOR",
"settings": {
"allowUpdateOnChange": false,
"hideDefaultAction": true
"hideDefaultAction": true,
"facetOrder": 200
}
},
{
Expand All @@ -1347,7 +1349,8 @@
"label": "SEARCH.FACET_FIELDS.MODIFIER",
"settings": {
"allowUpdateOnChange": false,
"hideDefaultAction": true
"hideDefaultAction": true,
"facetOrder": 300
}
},
{
Expand All @@ -1356,7 +1359,8 @@
"label": "SEARCH.FACET_FIELDS.LOCATION",
"settings": {
"allowUpdateOnChange": false,
"hideDefaultAction": true
"hideDefaultAction": true,
"facetOrder": 400
}
},
{
Expand All @@ -1366,8 +1370,9 @@
"settings": {
"allowUpdateOnChange": false,
"hideDefaultAction": true,
"displayAfterField": "SEARCH.CATEGORIES.MODIFIED_DATE",
"sorting": "ASCENDING"
"facetOrder": 600,
"bucketSortBy": "LABEL",
"bucketSortDirection": "ASCENDING"
}
}
]
Expand Down Expand Up @@ -1399,7 +1404,8 @@
],
"settings": {
"allowUpdateOnChange": false,
"hideDefaultAction": true
"hideDefaultAction": true,
"facetOrder": 500
}
},
"categories": [
Expand Down

0 comments on commit 356be08

Please sign in to comment.