mirror of
https://github.com/goauthentik/authentik
synced 2026-04-27 09:57:31 +02:00
20 lines
613 B
Plaintext
20 lines
613 B
Plaintext
### Enabling/disabling features
|
|
|
|
The features listed below can be enabled or disabled through attributes set on the Brand. By default, all of the listed features are enabled. To disable a specific feature, set its value to `false`.
|
|
|
|
#### `settings.enabledFeatures.apiDrawer`
|
|
|
|
Display the API Request drawer in the upper toolbar.
|
|
|
|
#### `settings.enabledFeatures.notificationDrawer`
|
|
|
|
Display the Notification drawer in the upper toolbar.
|
|
|
|
#### `settings.enabledFeatures.settings`
|
|
|
|
Display the Settings link in the upper toolbar.
|
|
|
|
#### `settings.enabledFeatures.search`
|
|
|
|
Display the Search bar in the upper toolbar.
|