mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
responsive breadcrumb (#990)
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
<adf-breadcrumb
|
<adf-breadcrumb
|
||||||
[root]="title"
|
[root]="title"
|
||||||
[folderNode]="node"
|
[folderNode]="node"
|
||||||
|
[maxItems]="isSmallScreen ? 1 : 0"
|
||||||
(navigate)="onBreadcrumbNavigate($event)"
|
(navigate)="onBreadcrumbNavigate($event)"
|
||||||
>
|
>
|
||||||
</adf-breadcrumb>
|
</adf-breadcrumb>
|
||||||
|
Reference in New Issue
Block a user