I am trying out the edit in canvas mode and everything works nice but there is one thing that don't If I am setting a umbraco:Item to recursive="true" it won't be editable in the panel, is this by design? I want the footer to be editable and want the text to be "inherrited" down so that I will only have to change it at one place. Can I do this somehow? Anyone?
Are you working from template or xslt? Sounds like you are working in template, but posting on the xslt forum? :) Anyways xslt could offer a solution here. If you only have a static footer node that needs editing you can get the property of that node in xslt using the umbraco.library. This way it should be editable in canvas.
<xsl:value-of select="umbraco.library:Item(Id of footer node, 'property alias')" />
Editing in canvas mode
Hello,
I am trying out the edit in canvas mode and everything works nice but there is one thing that don't
If I am setting a umbraco:Item to recursive="true" it won't be editable in the panel, is this by design?
I want the footer to be editable and want the text to be "inherrited" down so that I will only have to change it at one place.
Can I do this somehow? Anyone?
Greetings,
Magnus
I'm having the same problem...
Are you working from template or xslt? Sounds like you are working in template, but posting on the xslt forum? :) Anyways xslt could offer a solution here. If you only have a static footer node that needs editing you can get the property of that node in xslt using the umbraco.library. This way it should be editable in canvas.
<xsl:value-of select="umbraco.library:Item(Id of footer node, 'property alias')" />
Just noticed original post is a year old, but hopefully the solution above works for you Mila :)
Hi Enrst,
I'm working with templates. Sorry, I didn't know it was a xslt forum.
I'm new using umbraco. I'm just trying to make it works and looking for answers in the foruns.
Thanks for your help,
Mila
is working on a reply...