Adds logo support with masking.

This commit is contained in:
2023-08-13 14:57:09 +02:00
parent d13d6c1366
commit 9844498c95
5 changed files with 54 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
export interface BrandConfig {
logo?: string;
icon?: string;
usemask?: boolean;
asmask?: boolean;
}
export interface SectionConfig extends BrandConfig {