I have a question for Magnolia developers.

In "Templater's quick start guide" document you suggest to use follow
standard template for paragraph processing:

<cms:contentNodeIterator
contentNodeCollectionName="contentParagraph">
<cms:adminOnly>
<cms:editBar/>
</cms:adminOnly>
<cms:includeTemplate/>
</cms:contentNodeIterator>
<cms:adminOnly>
<cms:newBar contentNodeCollectionName="contentParagraph"
paragraph="samplesTextImage"/>
</cms:adminOnly>

 
Actually I cannot understand why you didn't simplify this template ?
Why you didn't change all this code to (for example):

<cms:zone name="leftColumnZone"/>

Where "leftColumnZone" attribute is contentNodeCollectionName.


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to