Add breadcrumb navigation, adjust background color of sidebar boxes
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
lib.breadcrumb = HMENU
|
||||
lib.breadcrumb {
|
||||
special = rootline
|
||||
special.range = 1|-1
|
||||
1 = TMENU
|
||||
1.wrap = <div class="container mb-8 text-sm text-gray-800 flex">|</div>
|
||||
1.NO {
|
||||
stdWrap.htmlSpecialChars = 1
|
||||
ATagParams = class="text-gray-400"
|
||||
ATagTitle.field = nav_title // title
|
||||
linkWrap = |<span class="text-gray-400 px-1">/</span>|*||*| |
|
||||
doNotLinkIt = |*| 0 |*| 1
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user