using constants to define header/footer appearence

This commit is contained in:
Dario Guarascio 2021-10-12 22:46:55 +02:00
parent 00adf86fa8
commit cdb77f1be1
5 changed files with 20 additions and 9 deletions

View file

@ -8,6 +8,9 @@ export const THEME_CONFIG = `${prefix}.theme`;
export const VERSION_CHECK = `${prefix}.version-check`;
export const TOKEN_HEADER = `x-${prefix}-token`;
export const SHOW_HEADER = false;
export const SHOW_FOOTER = false;
export const DEFAULT_LOCALE = 'en-US';
export const DEFAULT_THEME = 'light';
export const DEFAUL_CHART_HEIGHT = 400;