You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This optional URL should point to the static html page wc-embedder.html which allows to display a web component (like chart and table) via a permalink.
29
25
# URLs can be indicated from the root of the same server starting with a "/" or as an external URL. Be conscious of potential CORS issues when using an external URL.
30
26
# The default location in the dockerized datahub app for example is "/datahub/wc-embedder.html".
@@ -34,10 +30,7 @@ proxy_path = ""
34
30
# This optional parameter defines the languages that will be provided in a dropdown for the user to translate the UI.
35
31
# Available languages are listed here: (https://github.com/geonetwork/geonetwork-ui/blob/main/libs/util/i18n/src/lib/i18n.constants.ts).
36
32
# More information about the translation can be found in the docs (https://geonetwork.github.io/geonetwork-ui/main/docs/reference/i18n.html)
37
-
# languages = ['en', 'fr', 'de']
38
-
39
-
# Enables displaying a "contact block" wherever relevant in applications
40
-
# contact_email = "opendata@mycompany.com"
33
+
languages = ['en', 'fr', 'de', 'it']
41
34
42
35
### VISUAL THEME
43
36
@@ -46,77 +39,70 @@ proxy_path = ""
46
39
# - for font families: https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
47
40
# - for background: https://developer.mozilla.org/en-US/docs/Web/CSS/background
48
41
[theme]
49
-
primary_color = "#c82850"
50
-
secondary_color = "#001638"
51
-
main_color = "#555"# All-purpose text color
42
+
primary_color = "#f19330"
43
+
secondary_color = "#0071ae"
44
+
main_color = "#212029"# All-purpose text color
52
45
background_color = "#fdfbff"
53
46
54
47
# These optional parameters indicate which background should be used for the main header and the text color used
55
48
# on top of the background. The color should be chosen to contrast well with the background (defaults to white).
56
49
# Note: The search header does not use the header_foreground_color as it allows futher customisation via HTML.
57
-
#header_background = "center /cover url('assets/img/header_bg.webp')" or "var(--color-gray-500)"
# The advanced search filters available to the user can be customized with this setting.
84
-
# The following fields can be used for filtering: 'organization', 'format', 'publicationYear', 'standard', 'inspireKeyword', 'keyword', 'topic', 'isSpatial', 'license', 'resourceType', 'representationType', 'producerOrg', 'publisherOrg'
85
-
# If not configured, the default values are 'organization', 'format', 'publicationYear', 'topic', 'isSpatial', 'license'
86
-
# Note that some links in the datahub app set an 'organization' filter. So this field is needed to allow unsetting such filters.
# The following fields can be used for filtering: 'publisher', 'format', 'publicationYear', 'standard', 'inspireKeyword', 'topic', 'isSpatial', 'license'
0 commit comments