Adds logo support with masking.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export interface BrandConfig {
|
||||
logo?: string;
|
||||
icon?: string;
|
||||
usemask?: boolean;
|
||||
asmask?: boolean;
|
||||
}
|
||||
|
||||
export interface SectionConfig extends BrandConfig {
|
||||
|
||||
Reference in New Issue
Block a user