Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Default app name on 'About' page is always 'Zuun' #105

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/frontend/packages/core/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ export class AppModule {
);

customizationService.setAppNameFromTitle();
customizationService.get().appName = 'Zuun';
}

private syncFavorite(favorite: UserFavorite<IFavoriteMetadata>, entities: GeneralRequestDataState) {
Expand Down
1 change: 1 addition & 0 deletions website/docs/extensions/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
Loading