Hi Giancarlo,


Giancarlo Berner wrote:

Instead of using the <cms:newBar> tag, you can use the <cms:editBar> tag.

Thanks. That looks good. I can now create a new content node with the
following statement:

<cms:editBar
  adminOnly="true"
  contentNodeName="aha"
  moveLabel=""
  deleteLabel=""
  paragraph="defaultTextDialog" />


But to render it, I must use the includeTemplate tag, no? I did the following:

<cms:includeTemplate contentNodeName="aha" path="/templates/ ..." />


This works, but only if I put the path to the template... Is there
a way to not pass the template name since the argument 'path' is
deprecated?

Cheers,

  Patrick



----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to