mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +03:00
411f06756f
* Cherry-pick #20338 to version-2026.2 (with conflicts)
This cherry-pick has conflicts that need manual resolution.
Original PR: #20338
Original commit: e056dbdadd
* Fix conflict
* Fix conflicts
---------
Co-authored-by: Dominic R <dominic@sdko.org>
Co-authored-by: dewi-tik <dewi@goauthentik.io>
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.
|