This repository has been archived on 2024-05-31 . You can view files and clone it, but cannot push or open issues or pull requests.
2022-04-05 22:06:28 +00:00
# Customization
### `settings.pagination.perPage`
How many items should be retrieved per page. Defaults to 20.
2023-03-09 22:17:53 +00:00
2023-05-03 12:09:10 +00:00
### `settings.defaults.userPath`
Default user path which is opened when opening the user list. Defaults to `users`.
2023-03-09 22:17:53 +00:00
### `settings.theme.base`
Configure the base color scheme. Defaults to `automatic`, which switches between dark and light mode based on the users' browsers' preference. Choices: `automatic`, `dark`, `light`.
2023-03-10 16:33:59 +00:00
import Global from "../_global/global.mdx";
<Global />