Use tools icon instead of lock for build options on all-config guide (#9717)

This commit is contained in:
Stian Thorgersen 2022-01-21 13:31:14 +01:00 committed by GitHub
parent 1b1e220236
commit 510c482572
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -3,8 +3,7 @@
<@template.guide <@template.guide
title="All configuration" title="All configuration"
summary="All the configuration you will ever need and want"> summary="Complete list of all build options and configuration for Keycloak">
<#list ctx.options.categories as category> <#list ctx.options.categories as category>
<#assign categoryOptions=ctx.options.getValues(category)> <#assign categoryOptions=ctx.options.getValues(category)>

View file

@ -25,7 +25,7 @@
|<#if option.defaultValue?has_content>[.options-default]#${option.defaultValue!}#</#if> |<#if option.defaultValue?has_content>[.options-default]#${option.defaultValue!}#</#if>
|<#if option.build>icon:lock[role=options-build]</#if> |<#if option.build>icon:tools[role=options-build]</#if>
</#list> </#list>
|=== |===