I am new to magnolia and trying configure the breadcrum for the site. I have 
look at the documentation and it is very limited.

<div id="breadcrumb">
     <h5>${i18n['nav.selected']}</h5>
     <ol>
       [#list model.breadcrumb as item]
           [#if item_has_next]
               <li><a href="${item.href}">${item.navigationTitle}</a></li>
           [#else]
               <li><strong>${item.navigationTitle}</strong></li>
           [/#if]
       [/#list]
     </ol> 
</div>
I found the script above which render the breadcrumb but struggle with 
configuration. Can you give me an example (with picture) if possible.

Thank you very much

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=e66d72dd-79b2-4514-bad5-555c76149c7e


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to