Custom branding

This commit is contained in:
Mononaut
2024-04-25 20:39:57 +00:00
parent 4f4215577a
commit b9b3c8f78a
5 changed files with 30 additions and 11 deletions

View File

@@ -23,6 +23,13 @@ export interface ILoadingIndicators { [name: string]: number; }
export interface Customization {
theme: string;
enterprise?: string;
branding: {
name: string;
site_id?: number;
title: string;
img: string;
rounded_corner: boolean;
},
dashboard: {
widgets: {
component: string;