2022-04-05 22:06:28 +00:00
# Customization
The user interface can be customized through attributes, and will be inherited from a users' groups.
## Enabling/disabling features
The following features can be enabled/disabled. By default, all of them are enabled:
2022-05-09 19:22:41 +00:00
- `settings.enabledFeatures.apiDrawer`
2022-04-05 22:06:28 +00:00
API Request drawer in navbar
2022-05-09 19:22:41 +00:00
- `settings.enabledFeatures.notificationDrawer`
2022-04-05 22:06:28 +00:00
Notification drawer in navbar
2022-05-09 19:22:41 +00:00
- `settings.enabledFeatures.settings`
2022-04-05 22:06:28 +00:00
Settings link in navbar
2022-05-09 19:22:41 +00:00
- `settings.enabledFeatures.applicationEdit`
2022-04-05 22:06:28 +00:00
Application edit in library (only shown when user is superuser)
2022-05-09 19:22:41 +00:00
- `settings.enabledFeatures.search`
2022-04-05 22:06:28 +00:00
Search bar
## Other configuration
### `settings.navbar.userDisplay`
Configure what is shown in the top right corner. Defaults to `username` . Choices: `username` , `name` , `email`
### `settings.theme.background`
Optional CSS which is applied in the background of the background of the user interface; for example
```yaml
settings:
2022-05-09 19:22:41 +00:00
theme:
background: >
background: url('https://picsum.photos/1920/1080');
filter: blur(8px);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
2022-04-05 22:06:28 +00:00
```
### `settings.layout.type`
Which layout to use for the Library view. Defaults to `row` . Choices: `row` , `2-column` , `3-column`
### `settings.locale`
The locale which can be configured in the user settings by default. This can be used to preset locales for groups of users, but still let them choose their own preferred locale