Return to Snippet

Revision: 33472
at October 9, 2010 01:14 by yasbas


Initial Code
{let attribute=$node.data_map.sidebar_boxes}

  {section show=$attribute.content.relation_list}
    {section var=Relations loop=$attribute.content.relation_list sequence=array( bglight, bgdark )}
      {section show=$Relations.item.in_trash|not()}
          {let object=fetch( content, object, hash( object_id, $Relations.item.contentobject_id ) )}<br />

            {section show=$object.main_node_id|null|not}

            {$object.current.data_map.header.data_text}
            {$object.current.data_map.content.data_text}

            <div class="image">{attribute_view_gui attribute=$object.current.data_map.media_library_object.content.contentobject_attributes.2}</div>

          {/let}


      {/section}
    {/section}
  {section-else}
    {'There are no related objects.'|i18n( 'design/standard/content/datatype' )}
  {/section}

{/let}

Initial URL


Initial Description
The sidebar_box is an object of type relations object.

Initial Title
Extract content objects from relations object in an  EZ Publish template

Initial Tags
object

Initial Language
eZ Publish