XF 2.1 <xf:breadcrumb> as text and not link?

asprin

Active member
Is it possible to have the last breadcrumb item to be a non-link and simply text.

Using the following currently:
XML:
<xf:breadcrumb href="{{ link('myroute/myaction1') }}">Action 1</xf:breadcrumb>
<xf:breadcrumb href="{{ link('myroute/myaction2') }}">Action 2</xf:breadcrumb>
<xf:breadcrumb href="#">Lorem Ipsum</xf:breadcrumb>

which is resulting in:
1598171714880.webp

Would be cool if the last item is text and without the trailing >
 
Top Bottom