Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit 7097a99

Browse files
Merge pull request #25 from paavo/patch-1
fix: Dont show Folders in StructuredData Breadcrumb
2 parents 5ae630d + b99e38f commit 7097a99

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
prototype(Neos.Seo:StructuredData.Breadcrumb){
2+
// Dont show Folders in StructuredData Breadcrumb
3+
items.@process.filterFolders = ${q(value).filter("[!instanceof Breadlesscode.NodeTypes.Folder:Document.Folder]").filter("[hideSegmentInUriPath!=true]").get()}
4+
}

0 commit comments

Comments
 (0)