Forums / Setup & design / extract information in embed template how

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

extract information in embed template how

Author Message

minius minius

Friday 10 August 2007 12:26:02 am

hello,
how extract information from class (arcticle class) in embended template ?

for example, in full template works this :

{def $attributes=fetch( content, 'list', hash( 'parent_node_id', 16 ) )}

{foreach $attributes as $attributes}


{$attributes.name|wash}

{/foreach}

{/undef}

but in embended template none