[TYPO3-english] Typo in manual http://typo3.org/extension-manuals/ttnewsgenericmarkers/1.1.0/view/1/3/
Bert Hiddink [BENDOO e-work solutions]
hiddink at bendoo.nl
Sat Apr 21 09:29:32 CEST 2012
Hello,
http://typo3.org/extension-manuals/ttnewsgenericmarkers/1.1.0/view/1/3/
I just noticed there is an error in the manual about how using this snippet:
plugin.tt_news.genericmarkers {
data = title
title2 = TEXT
title2 {
field = generic_title
wrap = Title again: |
}
}
It should be:
plugin.tt_news.genericmarkers {
data = title
title2 = TEXT
title2 {
field = title
wrap = Title again: |
}
}
...and then be called with the following marker:
###GENERIC_TITLE2###
Should be uppercase where "TITLE2" is the name of the TS-object and
"title" the name of the database field.
This is somewhat confusing there...
Regards,
Bert
More information about the TYPO3-english
mailing list