defaultSettings.js 475 Bytes
Newer Older
1
module.exports = {
afc163's avatar
afc163 committed
2 3 4 5 6 7 8
  navTheme: 'dark', // theme for nav menu
  primaryColor: '#1890FF', // primary color of ant design
  layout: 'sidemenu', // nav menu position: sidemenu or topmenu
  contentWidth: 'Fluid', // layout of content: Fluid or Fixed, only works when layout is topmenu
  fixedHeader: false, // sticky header
  autoHideHeader: false, // auto hide header
  fixSiderbar: false, // sticky siderbar
9 10 11
  menu: {
    disableLocal: false,
  },
12
  title: 'Ant Design Pro',
afc163's avatar
afc163 committed
13
};