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

Name Type Description Notes
path_prefix str Application url path prefix
home_component str Home component identifier
not_found_component str Not found component identifier
header_component str Header component identifier
login_component str Login component identifier
menu_component str Menu component identifier
footer_component str Footer component identifier
routes list[RouteDTO] List of configured routes
theme_module str Theme module identifier [optional]
theme_name str Theme module name [optional]
open_id_authentication_uri str OpenID Authorization URI [optional]
open_id_connection_title str [optional]
saml_proxy_login_uri str [optional]
saml_connection_title str [optional]
activate_reset_password bool [optional]
geocoding_service str Geocoding service [optional]
menu_exclusions list[str] Menu exclusions [optional]
version_label str Version label to use in the header [optional]
application_name str Name of the application to display [optional]
connect_as_guest bool Ability to be logged as guest [optional]
dashboard DashboardConfigDTO [optional]
gdpr_file_is_configured bool GDPR PDF is configured [optional]
matomo MatomoConfigDTO [optional]
notification_message dict(str, str) Notification message for the instance [optional]
notification_color_theme str Color theme for the notification message [optional]
notification_end_date date Date until which to send the notification [optional]
agroportal AgroportalOntologiesConfigDTO [optional]

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