Project Configuration
Configuration option for whole Berry Template
Berry has a single source of truth for default configuration which lets users manage it effectively. It also makes it scalable for new configurations. you can set config like font, border, theme layout, locale, etc. All those can be configured at ..src/config.js
Option | Default | Data Type | Description |
basename | / | String |
|
defaultPath | /dashboard/default | string | default path once login success |
fontFamily | 'Roboto', sans-serif | String | set font family |
borderRadius | 12 | number | border-radius for card and textboxes |
outlinedFilled | true | boolean | defines backfill color for textboxes. setting it false will show transparent background for outline textboxes |
theme | light | String |
|
18n | en | String |
|
rtlLayout | false | boolean | set layout from right to left. |
jwt | - | Object | JSON web token configuration |
firebase | - | Object |
|
auth0 | - | Object |
|
Last updated