4 frontend.site
therealkrispet edited this page 2019-11-18 10:54:35 +01:00
  • Description: Configures the site's main properties.
  • Subscribers: FrontendProxyHandler, SiteConfigService
{
    "key": "frontend.site"
}
Parameter Type Required Description
askReloadSite boolean When the user tries to reload the page, this will prompt a confirmation dialog. It can be really useful, since the frontend serves as a single-page application.
documentTitle string Provides title for the browser tab.

Example:

{
    "key": "frontend.site",
    "documentTitle": "My first tutorial"
}