Hello all: In the themes there is varilabe that couldn't figure out how to set.
<#if layoutSettings.headerImageLinkUrl?exists>
<#assign logoLinkURL = "${layoutSettings.headerImageLinkUrl}">
<#else>
<#assign logoLinkURL = "${layoutSettings.commonHeaderImageLinkUrl}">
</#if>
I understand commonHeaderImageLinkUrl is set in the common component
at framework/common/widget/CommonScreens.xml
how can "headerImageLinkUrl" be used in the theme ?
