after further research it seems that you can reference a different
contentNodeCollectionName from another page. So i created a default form
template and referenced it like this.

                     <cms:contentNodeIterator
contentNodeCollectionName="corpLanding_leftContent">
                        <cms:adminOnly>
                          <cms:editBar deleteLabel="Delete"
moveLabel="Move"/>
                        </cms:adminOnly>
                        <cms:includeTemplate/>
                      </cms:contentNodeIterator>

                      <cms:adminOnly>
                        <cms:newBar
contentNodeCollectionName="corpLanding_leftContent"
                                   
paragraph="textImageTable,form,telesalesContactInfo"
                                    newLabel="New Column Content"/>
                      </cms:adminOnly>

                      <cms:ifEmpty
contentNodeCollectionName="corpLanding_leftContent">
                        <cms:loadPage path="corporate/leadForm"/>
                        <cms:contentNodeIterator
contentNodeCollectionName="globalForm">
                          <cms:includeTemplate/>
                        </cms:contentNodeIterator>
                        <cms:unloadPage/>
                      </cms:ifEmpty>



dawnJ2SB wrote:
> 
> Is there another way to do this that allows the code to focus on only one
> paragraph in a collection? Or perhaps have a separate, unseen page to
> create the default form that is NOT the home page?
> 

-- 
View this message in context: 
http://www.nabble.com/reuse-paragraph-tf4636897.html#a13284358
Sent from the Magnolia - User mailing list archive at Nabble.com.


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

Reply via email to