sulu_breadcrumbΒΆ

Returns the breadcrumb for a given node UUID

Example:

{% for item in sulu_breadcrumb(uuid) %}
    <a href="{{ sulu_content_path(item.url) }}">{{ item.title }}</a>
{% endfor %}

Arguments:

  • uuid: string - UUID of page node for which to show the breadcrumb

Returns:

  • array
    • content: Content of page

    • view: View of page

    • extension: Extensions of page

    • uuid: UUID of page

    • template: Template name of page

    • changed: Changed date of page

    • changer: User ID of changer

    • created: Date of creation

    • creator: User ID of creator

    • path: Path of page

    • urls: Urls of page

    • published: Publish date of page

    • shadowBaseLocale: Shadow locale of page