Initial commit
This commit is contained in:
21
fileadmin/templates/typoscript/grundmenue.setup.ts
Normal file
21
fileadmin/templates/typoscript/grundmenue.setup.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
temp.menu = HMENU
|
||||
temp.menu.1 = TMENU
|
||||
temp.menu.1 {
|
||||
expAll = 1
|
||||
stdWrap.wrap = <ul>|</ul>
|
||||
NO = 1
|
||||
NO.wrapItemAndSub = <li> | </li>
|
||||
NO.stdWrap.htmlSpecialChars = 1
|
||||
ACT = 1
|
||||
ACT.wrapItemAndSub = <li> | </li>
|
||||
ACT.stdWrap.htmlSpecialChars = 1
|
||||
CUR = 1
|
||||
CUR.wrapItemAndSub = <li> | </li>
|
||||
CUR.stdWrap.htmlSpecialChars = 1
|
||||
}
|
||||
|
||||
# zweite Navigationsebene
|
||||
temp.menu.2 < temp.menu.1
|
||||
|
||||
# dritte Navigationsebene
|
||||
temp.menu.3 < temp.menu.1
|
||||
Reference in New Issue
Block a user