backend configuring

This commit is contained in:
piuvas 2024-09-22 13:27:41 -03:00
parent 7aa956aca9
commit 1af6f8c5da
No known key found for this signature in database
GPG key ID: 82743F52454C621D
8 changed files with 36 additions and 0 deletions

View file

@ -105,6 +105,7 @@ export class MetaEntityService {
serverErrorImageUrl: instance.serverErrorImageUrl,
notFoundImageUrl: instance.notFoundImageUrl,
iconUrl: instance.iconUrl,
sidebarLogoUrl: instance.sidebarLogoUrl,
backgroundImageUrl: instance.backgroundImageUrl,
logoImageUrl: instance.logoImageUrl,
maxNoteTextLength: this.config.maxNoteLength,