Hello,
I created CustomPage, but Core BreadCrumb widget can not show it. By debuging velocity script in BreadCrumbs.xml widget I find out that
$core_v2_customPage.Current
is not set. By dump'ing it ($core_v2_utility.Describe() ) I'm geting "Cannot dump an undefined object.", so in
#elseif ($page == "Custom")
<span class="separator">$core_v2_language.GetResource("BreadCrumb_Seperator")</span>
<span class="breadcrumb-item"><a href="$core_v2_encoding.HtmlAttributeEncode($core_v2_urls.Custom($core_v2_customPage.Current.Name))"><span></span>$core_v2_widget.ApplyTokens($core_v2_customPage.Current.Title)</a></span>
it can not be printed.
Thanks for any advice.