mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-03 05:30:03 -05:00
4dcb819c06
CIAM-5056
18 lines
445 B
Plaintext
18 lines
445 B
Plaintext
ifeval::[{tech_feature_disabled}!=false]
|
|
[NOTE]
|
|
====
|
|
{tech_feature_name} is *Technology Preview* and is not fully supported. This feature is disabled by default.
|
|
|
|
To enable start the server with `--features=preview`
|
|
ifdef::tech_feature_setting[]
|
|
or `--features={tech_feature_id}`
|
|
endif::[]
|
|
|
|
====
|
|
endif::[]
|
|
ifeval::[{tech_feature_disabled}==false]
|
|
[NOTE]
|
|
====
|
|
{tech_feature_name} is *Technology Preview* and is not fully supported.
|
|
====
|
|
endif::[] |