alexis78i
Member
Hello, I'm trying to change H1 in resource manager custom fields.
I know how to change title, I also find a place where I can change H1, but now I need a name for conditional operator for it.
Maybe someone know? Thanks.
I know how to change title, I also find a place where I can change H1, but now I need a name for conditional operator for it.
Maybe someone know? Thanks.
HTML:
<xf:if is="$titleHtml !== null">
{$titleHtml|raw}
<xf:else />
<xf:if is="CURRENT_FIELD == 'tab_name'">
My special H1 for tab here
<xf:else />
{{ prefix('resource', $resource) }}{$resource.title}
</xf:if>
</xf:if>