Skip to content

Commit ed70cfe

Browse files
remove commented code
1 parent cd452b1 commit ed70cfe

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

client/packages/lowcoder/src/api/commonSettingApi.ts

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -82,35 +82,6 @@ export interface ThemeDetail {
8282
dataLoadingIndicator?: string;
8383
}
8484

85-
// export interface BrandingSettings {
86-
// logo: string | null;
87-
// squareLogo: string | null;
88-
// mainBrandingColor: string;
89-
// appHeaderColor: string;
90-
// adminSidebarColor: string;
91-
// adminSidebarFontColor: string;
92-
// adminSidebarActiveBgColor: string;
93-
// adminSidebarActiveFontColor: string;
94-
// editorSidebarColor: string;
95-
// editorSidebarFontColor: string;
96-
// editorSidebarActiveBgColor: string;
97-
// editorSidebarActiveFontColor: string;
98-
// font: string;
99-
// errorPageText: string;
100-
// errorPageImage: string | null;
101-
// signUpPageText: string;
102-
// signUpPageImage: string | null;
103-
// loggedOutPageText: string;
104-
// loggedOutPageImage: string | null;
105-
// standardDescription: string;
106-
// standardTitle: string;
107-
// showDocumentation: boolean;
108-
// documentationLink: string | null;
109-
// submitIssue: boolean;
110-
// whatsNew: boolean;
111-
// whatsNewLink: string | null;
112-
// }
113-
11485
export function getThemeDetailName(key: keyof ThemeDetail) {
11586
switch (key) {
11687
case "primary": return trans("themeDetail.primary");

0 commit comments

Comments
 (0)