我正在使用液体循环遍历webapp的所有项目并输出各个字段。这工作正常但由于某种原因我无法输出描述字段。
以下代码是我正在使用的简化版本:
{module_webapps id="26025" collection="tutors" filter="all" template=""}
{% for tutor in tutors.items %}
{{tutor}}
{{tutor.name}}
{{tutor.description}}
{{tutor.["external website"]}}
{% endfor -%}
{{tutor}}
标记输出当前网络应用商品的所有字段的数组,除了描述,所以我想{{tutor.description}}
也不起作用也就不足为奇了。这是为什么?
使用模板布局时(我不想做){tag_description}
和{{description}}按预期工作。
有人知道在模板布局之外以这种方式使用液体时如何访问描述字段?
答案 0 :(得分:1)
目前description
字段和Image
类型字段存在问题 - 除非标准列表模板文件中有一些Liquid标记,否则它们不可用({{1 }})。
添加这样的评论应解决它:
/Layouts/Webapps/WEBAPPNAME/list.html
正在Adobe Business Catalyst官方论坛上讨论此问题:https://forums.adobe.com/ideas/4133