Replies: 3 comments 1 reply
-
Hi @Jarzka, if you like to highly customize your breadcrumbs, you can use the If you like to do this more dynamic, you can get your crumbs like that |
Beta Was this translation helpful? Give feedback.
-
I could provide an update for point 2. in the future. However, I can't say exactly when this will happen. |
Beta Was this translation helpful? Give feedback.
-
Hello, is it any way to change Breadcrumb's title? now it's taking folder name as title but I want it to take each page <title></title> value. I dont want to use this oneconst customCrumbs = [
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Is there a way to customize the Breadcrumb in the following way:
Exclude some pages from the Breadcrumb. For example, I have pages like
/fi/greeting/hello
and/en/greeting/hello
, I want to exclude the root route. Currently my BreadCrumb renders as "Home (Root) > Fi > Greeting > Hello", but I want to render it as "Fi > Greeting > Hello", excluding the root route.Include the current page in Breadcrumb but render it as non-link? Currently the current page can only be removed with
excludeCurrentPage
, but I would like to include it as text.Use a custom name for some part of the Breadcrumb. For example, if my path is
/en/greeting/hello
, I would like to render the "greeting" text as "Cool texts", resulting "En > Cool Texts > Hello"Beta Was this translation helpful? Give feedback.
All reactions