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.
41
36
# 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.
42
37
# The default location in the dockerized datahub app for example is "/datahub/wc-embedder.html".
@@ -46,7 +41,7 @@ proxy_path = ""
46
41
# This optional parameter defines the languages that will be provided in a dropdown for the user to translate the UI.
47
42
# Available languages are listed here: (https://github.com/geonetwork/geonetwork-ui/blob/main/libs/util/i18n/src/lib/i18n.constants.ts).
48
43
# More information about the translation can be found in the docs (https://geonetwork.github.io/geonetwork-ui/main/docs/reference/i18n.html)
49
-
#languages = ['en', 'fr', 'de']
44
+
languages = ['en', 'fr', 'de', 'it']
50
45
51
46
# Enables displaying a "contact block" wherever relevant in applications
52
47
# contact_email = "opendata@mycompany.com"
@@ -61,28 +56,27 @@ proxy_path = ""
61
56
# - for font families: https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
62
57
# - for background: https://developer.mozilla.org/en-US/docs/Web/CSS/background
63
58
[theme]
64
-
primary_color = "#c82850"
65
-
secondary_color = "#001638"
66
-
main_color = "#555"# All-purpose text color
59
+
primary_color = "#f19330"
60
+
secondary_color = "#0071ae"
61
+
main_color = "#212029"# All-purpose text color
67
62
background_color = "#fdfbff"
68
63
69
64
# These optional parameters indicate which background should be used for the main header and the text color used
70
65
# on top of the background. The color should be chosen to contrast well with the background (defaults to white).
71
66
# Note: The search header does not use the header_foreground_color as it allows futher customisation via HTML.
72
-
#header_background = "center /cover url('assets/img/header_bg.webp')" or "var(--color-gray-500)"
0 commit comments