I've added the richtext editor as a document type "umbFooterContent" on "Index", so i can be inherited:
Templates: Master - Page - Index - dk - de
Document types Index - dk - de Page
Is my "umbFooterContent" out of scope since I don't get any content? Could I possibly make an xslt macro instead to get the content and not being out of scope?
Field item out of scope?
Hi, I'm new to umbraco and have stumbled upon a problem:
I want to use a richtext editor for my footer content, on the Master page. I'm getting the content like this:
I've added the richtext editor as a document type "umbFooterContent" on "Index", so i can be inherited:
Templates:
Master
- Page
- Index
- dk
- de
Document types
Index
- dk
- de
Page
Is my "umbFooterContent" out of scope since I don't get any content? Could I possibly make an xslt macro instead to get the content and not being out of scope?
Thanks!
Hi. Usually the 'recursive=true' attribute of umbraco:Item is what is needed.
Thanks, that did the trick :-)
is working on a reply...