Typo3: Make TemplaVoila map on last HTML path segment only -


when using templavoila, template data structure mapped html template file pathes

body[1]/inner|div.grey[1] div.content_area[1] div.left_column[1] div.left_content[1] 

while precise possible, not effective, because every change dom element above mapped 1 break mapping, happens quite , totally pointless. patch templavoila rely on last matching path segments only, suffice in condition, html tagged id's or classes on mapped elements.

for start, cool if maybe use

.left_content[1] 

instead of path shown above. maybe don't work in matching fashion css selectors do.

i can't figure out start. can done ts config? changes templavoila's php needed? can new extension this?

add unique class or better id desired element, won't need count occurrences. templavoila hasn't possibility use css-like selectors first, last etc.


Comments