【发布时间】:2014-04-20 19:17:38
【问题描述】:
我正在尝试使图像标题链接到 Typo3 6.2 上的图像链接。
我已经尝试过了,但没有运气:
tt_content.image.20.caption.1.stdWrap.typolink.parameter.field = image_link
我有这个来自 Bootstrap 包的打字稿:
...
singleCaption {
singleStdWrap {
wrap {
override.cObject = COA
override.cObject {
10 = TEXT
10 {
value = <figure class="image###CLASSES###">|###CAPTION###</figure>
override = <figure class="thumbnail###CLASSES###">|###CAPTION###</figure>
override {
if {
value = 1
equals.field = imageborder
}
}
}
}
}
}
caption {
wrap = <caption class="caption###CLASSES###"> | </caption>
wrap.override = <figcaption class="caption###CLASSES###"> | </figcaption>
}
}
...
如何使我的标题可链接到图片链接?这应该很简单,但我不知道怎么做。感谢您的帮助!
【问题讨论】:
标签: twitter-bootstrap-3 typo3 typoscript caption typo3-6.2.x