从EZ发布模板中的关系对象中提取内容对象

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从EZ发布模板中的关系对象中提取内容对象相关的知识,希望对你有一定的参考价值。

The sidebar_box is an object of type relations object.
  1. {let attribute=$node.data_map.sidebar_boxes}
  2.  
  3. {section show=$attribute.content.relation_list}
  4. {section var=Relations loop=$attribute.content.relation_list sequence=array( bglight, bgdark )}
  5. {section show=$Relations.item.in_trash|not()}
  6. {let object=fetch( content, object, hash( object_id, $Relations.item.contentobject_id ) )}<br />
  7.  
  8. {section show=$object.main_node_id|null|not}
  9.  
  10. {$object.current.data_map.header.data_text}
  11. {$object.current.data_map.content.data_text}
  12.  
  13. <div class="image">{attribute_view_gui attribute=$object.current.data_map.media_library_object.content.contentobject_attributes.2}</div>
  14.  
  15. {/let}
  16.  
  17.  
  18. {/section}
  19. {/section}
  20. {section-else}
  21. {'There are no related objects.'|i18n( 'design/standard/content/datatype' )}
  22. {/section}
  23.  
  24. {/let}

以上是关于从EZ发布模板中的关系对象中提取内容对象的主要内容,如果未能解决你的问题,请参考以下文章

Django模板:从模型查询集对象中提取字段

如何从变量模板字符串中提取动态对象并再次合并?

如何从片段中的 JSON 响应中的对象获取数据

从烧瓶中的文件存储对象中提取文件

javascript Google跟踪代码管理器变量,用于从浏览器存储对象中提取内容

如何从 BeautifulSoup 对象中提取 JSON?