如果typo3中没有内容,如何隐藏标记或内容部分
我有一个带有标记 ###whatever### 的模板,它设置为 TEXT 并填充 .value 我需要隐藏或清空标记IF其中一列空(在我的情况下正常列colPos=0)
i got a template with a marker ###whatever### its set as TEXT and filled with .value
i need to hide or empty the marker IF one of the columns are empty (in my case the normal column colPos=0)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果普通 (colPos=0) 列中没有内容,则这种情况会阻止显示标记的数据。
YOUR_MARKER显然必须是正确的路径,例如page.10.subparts.YOUR_MARKER。
This is a condition preventing the display of the marker's data if there's no content in the normal (colPos=0) column.
YOUR_MARKER obviously has to be the correct path, e.g. page.10.subparts.YOUR_MARKER.