[TYPO3] To add other funcionality to typoscript object

Miguel Angel Calleja Lázaro mangelcl at yahoo.es
Mon Jun 18 13:55:38 CEST 2007


Hi list, I would like to know if I could add other funcinality in a same 
typoscript object.

For example, in my lib.columna I display a page menu, well, I want to 
add other plugin underneath the menu, i dont want to create other 
typoscript object but to use the same one.

lib.columna = HMENU
lib.columna.entryLevel=1
lib.columna.1 = TMENU
lib.columna.1 {
wrap = <ul>|</ul>
NO.allWrap = <li> | </li>  
  ACT = 1
  ACT.allWrap = <li class="active">| </li>   
}

lib.columna<plugin.tx_...
It is possible to add? Thanks


More information about the TYPO3-english mailing list