I’m trying to add an additional querystring parameter to all links from tt_news plugins (displayList) on page. I've tried this, but it isn't working.
plugin.tt_news {
displayList {
title_stdWrap.typolink {
additionalParams.data = &myparameter=1
}
}
Please let me know if you have any suggestions.