Project Configuration
Configuration option for whole Berry Template
Berry makes it easy for you to manage your settings all in one place, we call it a single source of truth, this will help you to keep everything organized and make it easier to add new settings in the future. You can change things like font, border, theme layout, language, and more. You can find all of these settings in the ..src/config.js
file.
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 |
|
You can find all of these settings in the ..app/config.ts
file.
Option | Default | Data Type | Description |
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 |