diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Library/Breadcrumb.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Library/Breadcrumb.typoscript new file mode 100644 index 00000000..c06bae79 --- /dev/null +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Library/Breadcrumb.typoscript @@ -0,0 +1,14 @@ +lib.breadcrumb = HMENU +lib.breadcrumb { + special = rootline + special.range = 1|-1 + 1 = TMENU + 1.wrap =
|
+ 1.NO { + stdWrap.htmlSpecialChars = 1 + ATagParams = class="text-gray-400" + ATagTitle.field = nav_title // title + linkWrap = |/|*||*| | + doNotLinkIt = |*| 0 |*| 1 + } +} diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript index 651ec432..077aeed5 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript @@ -157,13 +157,6 @@ page { titleField = title as = mobilenav } - 70 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor - 70 { - special = rootline - special.range = 0|-1 - includeNotInMenu = 1 - as = breadcrumb - } } settings < plugin.tx_eptheme.settings diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/App.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/App.vue index 7450007b..1782a332 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/App.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/App.vue @@ -1,8 +1,8 @@