keycloak-scim/docs/guides/templates/profile.adoc
2023-08-29 13:13:03 +02:00

11 lines
No EOL
172 B
Text

<#macro ifProduct>
ifeval::[{project_product} == true]
<#nested>
endif::[]
</#macro>
<#macro ifCommunity>
ifeval::[{project_product} != true]
<#nested>
endif::[]
</#macro>