keycloak-scim/docs/guides/templates/profile.adoc

11 lines
172 B
Text
Raw Normal View History

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