mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[AAE-6811] Load custom theme (#2402)
This commit is contained in:
@@ -32,6 +32,7 @@ export const getHeaderColor = createSelector(selectApp, (state) => state.headerC
|
||||
export const getHeaderTextColor = createSelector(selectApp, (state) => state.headerTextColor);
|
||||
export const getAppName = createSelector(selectApp, (state) => state.appName);
|
||||
export const getLogoPath = createSelector(selectApp, (state) => state.logoPath);
|
||||
export const getCustomCssPath = createSelector(selectApp, (state) => state.customCssPath);
|
||||
export const getHeaderImagePath = createSelector(selectApp, (state) => state.headerImagePath);
|
||||
export const getUserProfile = createSelector(selectApp, (state) => state.user);
|
||||
export const getCurrentFolder = createSelector(selectApp, (state) => state.navigation.currentFolder);
|
||||
|
@@ -31,6 +31,7 @@ export interface AppState {
|
||||
headerColor: string;
|
||||
headerTextColor: string;
|
||||
logoPath: string;
|
||||
customCssPath: string;
|
||||
headerImagePath: string;
|
||||
sharedUrl: string;
|
||||
currentNodeVersion: VersionEntry;
|
||||
|
Reference in New Issue
Block a user