[TYPO3-english] Customizing Info Bubble of wec_map
Joe Berger
joe.berger at gmx.de
Fri Jul 29 22:46:49 CEST 2011
Hi,
I try to customize the info bubble of wec_map with this TS:
plugin.tx_wecmap_pi1.marker {
title = COA
title {
10 = TEXT
10.field = title
10.wrap = <h4>|</h4>
}
description = COA
description {
10 = COA
10 {
10 = TEXT
10.field = street
10.wrap = | <br/>
20 = TEXT
20.field = zip
20.wrap = |
30 = TEXT
30.field = zone
30.wrap = |
40 = TEXT
40.field = city
40.wrap = |
}
10.wrap = <p>|</p>
20 = TEXT
20.field = phone
20.wrap = <p>|</p>
}
}
plugin.tx_wecmap_pi1 {
markers.1 {
title = xxxx
description = xxxxx
street = xxxx
zip = xxxxx
city = xxxx
country = xxxx
}
markers.2 {
(...)
}
This is the output:
name
street
zip city
city, zip
country
I wonder, where 'city, zip' comes from? What did I miss?
Thanks for any hints.
Regards
Joe
TYPO3 4.5.4, wec_map 2.3.5
More information about the TYPO3-english
mailing list