mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
using constants to define header/footer appearence
This commit is contained in:
parent
00adf86fa8
commit
cdb77f1be1
5 changed files with 20 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue