Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/guides/server/features.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ For example to disable `impersonation`, enter this command:

<@kc.build parameters="--features-disabled=\"impersonation\""/>

You can disable all default features by entering this command:

<@kc.build parameters="--features-disabled=\"default\""/>

This command can be used in combination with `features` to explicitly set what features should be available.
It is not allowed to have a feature in both the `features-disabled` list and the `features` list.

When a feature is disabled all versions of that feature are disabled.
Expand Down