我正在尝试使用OOTB SXA渲染带有搜索功能的多列表中的选定项目。
数据呈现,但所有内容嵌套在单个class ClientSystemCode(models.Model):
_name = 'client.system.code'
_sql_constraints = [
('client_product_unique', 'unique (client_id, product_id)', 'Product can't have more than one client code with same client'),
]
中,分成<li>
除其他外,我尝试使用和项目查询(re:https://ggullentops.blogspot.com/2017/04/sitecore-sxa-pagelist-item-query.html),但没有成功。
问::将我的商品呈现为单独的<div>
的正确方法是什么?
<li>