Skip to content

Commit

Permalink
Default UI customizations
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanderbiest committed Nov 9, 2023
1 parent 18c1c89 commit 5be6c4f
Showing 1 changed file with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ INSERT INTO settings_ui VALUES ('srv', '{
},
"footer": {
"enabled": false,
"showSocialBarInFooter": true
"showSocialBarInFooter": false
},
"geocoder": {
"appUrl": "https://secure.geonames.org/searchJSON",
Expand Down Expand Up @@ -953,6 +953,7 @@ INSERT INTO settings_ui VALUES ('srv', '{
"home": {
"appUrl": "../../{{node}}/{{lang}}/catalog.search#/home",
"enabled": true,
"showMosaic": false,
"facetConfig": {
"cl_hierarchyLevel.key": {
"terms": {
Expand All @@ -965,12 +966,6 @@ INSERT INTO settings_ui VALUES ('srv', '{
"field": "cl_topic.key",
"size": 20
}
},
"inspireThemeUri": {
"terms": {
"field": "inspireThemeUri",
"size": 34
}
}
},
"fluidLayout": true,
Expand Down Expand Up @@ -1071,7 +1066,7 @@ INSERT INTO settings_ui VALUES ('srv', '{
},
"recordview": {
"enabled": true,
"isSocialbarEnabled": true
"isSocialbarEnabled": false
},
"search": {
"appUrl": "../../{{node}}/{{lang}}/catalog.search#/search",
Expand Down Expand Up @@ -1262,7 +1257,7 @@ INSERT INTO settings_ui VALUES ('srv', '{
60,
120
],
"isFilterTagsDisplayedInSearch": true,
"isFilterTagsDisplayedInSearch": false,
"isVegaEnabled": true,
"linkTypes": {
"downloads": [
Expand Down

0 comments on commit 5be6c4f

Please sign in to comment.