Skip to content

Latest commit

History

History
36 lines (32 loc) · 2.18 KB

File metadata and controls

36 lines (32 loc) · 2.18 KB

FrontConfigDTO

Properties

NameTypeDescriptionNotes
path_prefixstrApplication url path prefix
home_componentstrHome component identifier
not_found_componentstrNot found component identifier
header_componentstrHeader component identifier
login_componentstrLogin component identifier
menu_componentstrMenu component identifier
footer_componentstrFooter component identifier
routeslist[RouteDTO]List of configured routes
theme_modulestrTheme module identifier[optional]
theme_namestrTheme module name[optional]
open_id_authentication_uristrOpenID Authorization URI[optional]
open_id_connection_titlestr[optional]
saml_proxy_login_uristr[optional]
saml_connection_titlestr[optional]
activate_reset_passwordbool[optional]
geocoding_servicestrGeocoding service[optional]
menu_exclusionslist[str]Menu exclusions[optional]
version_labelstrVersion label to use in the header[optional]
application_namestrName of the application to display[optional]
connect_as_guestboolAbility to be logged as guest[optional]
dashboardDashboardConfigDTO[optional]
gdpr_file_is_configuredboolGDPR PDF is configured[optional]
matomoMatomoConfigDTO[optional]
notification_messagedict(str, str)Notification message for the instance[optional]
notification_color_themestrColor theme for the notification message[optional]
notification_end_datedateDate until which to send the notification[optional]
agroportalAgroportalOntologiesConfigDTO[optional]

[Back to Model list][Back to API list][Back to README]