diff --git a/src/frontend/packages/core/src/app.module.ts b/src/frontend/packages/core/src/app.module.ts index d41a01dcb9..24a41205ec 100644 --- a/src/frontend/packages/core/src/app.module.ts +++ b/src/frontend/packages/core/src/app.module.ts @@ -257,7 +257,6 @@ export class AppModule { ); customizationService.setAppNameFromTitle(); - customizationService.get().appName = 'Zuun'; } private syncFavorite(favorite: UserFavorite, entities: GeneralRequestDataState) { diff --git a/website/docs/extensions/frontend.md b/website/docs/extensions/frontend.md index 3a72048b86..6d192f4012 100644 --- a/website/docs/extensions/frontend.md +++ b/website/docs/extensions/frontend.md @@ -266,6 +266,7 @@ A customization service provides a number of smaller extension points. |Property | Description| |--|--| +|appName| Product name, default is 'Stratos' but can be changed to an arbitrary string | |hasEula| True if there's a EULA to show. When set to true the asset `/core/eula.html` must exist. For information about custom package assets see the images section [here](./theming#new-images). | |copyright| Text shown at the bottom of the side nav| |logoText| Text shown with the side nav logo|