Skip to content

Commit

Permalink
update oni config
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Nov 23, 2024
1 parent 847801f commit 6d6ef00
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions docker/oni.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,17 @@
},
"topNavItems": [
{
"route": "list?conformsTo=https%3A%2F%2Fpurl.archive.org%2Flanguage-data-commons%2Fprofile%23Collection",
"route": "list?conformsTo=https%3A%2F%2Fw3id.org%2Fldac%2Fprofile%23Collection",
"display": "Collections"
},
{
"route": "list?conformsTo=https%3A%2F%2Fw3id.org%2Fldac%2Fprofile%23Object",
"display": "Items"
},
{
"route": "list?conformsTo=https%3A%2F%2Fw3id.org%2Fldac%2Fprofile%23Object,https%3A%2F%2Fw3id.org%2Fldac%2Fprofile%23Collection",
"display": "Both"
},
{
"route": "search?f=%257B%2522%2540type%2522%253A%255B%2522RepositoryCollection%2522%255D%252C%2522_isTopLevel.%2540value%2522%253A%255B%2522true%2522%255D%257D",
"display": "Top Collections"
Expand All @@ -95,19 +103,24 @@
"search": {
"sorting": [
{
"value": "identifier",
"label": "Collections",
"field": "identifier"
"value": "id",
"label": "Id",
"field": "id"
},
{
"value": "title",
"label": "Title",
"field": "title"
},
{
"value": "created_at",
"value": "createdAt",
"label": "Created",
"field": "created_at"
"field": "createdAt"
},
{
"value": "updatedAt",
"label": "Updated",
"field": "updatedAt"
}
],
"searchSorting": {
Expand Down Expand Up @@ -665,7 +678,7 @@
},
"conformsTo": {
"collection": "https://w3id.org/ldac/profile#Collection",
"object": "https://w3id.org/ldac/profile#Item",
"object": "https://w3id.org/ldac/profile#Object",
"notebook": "https://w3id.org/ldac/profile#Notebook"
},
"skipByMatch": []
Expand Down

0 comments on commit 6d6ef00

Please sign in to comment.