export class MantisConfig {
  static layout = 'vertical'; // vertical, horizontal, compact
  static isCollapseMenu = false;
  static theme_color = 'preset-1'; // present-1, present-2, present-3, present-4, present-5, present-6, present-7, preset-8, preset-9
  static isLanding = true;
  static isRtlLayout = false; // false, true
  static isDarkMode = false; // false, true
  static isBox_container = true; // false, true
  static font_family = 'public-sans'; // public-sans, Roboto, Poppins, Inter
  static i18n = 'en'; // en, ro, fr, cn
}

export const BUY_NOW = 'https://codedthemes.com/item/mantis-angular-admin-template/';
export const DASHBOARD_PATH = '/dashboard/user';
export const DOCUMENTATION_PATH = 'https://codedthemes.gitbook.io/mantis-angular';
